Searched defs:hx509_private_key_ops (Results 1 – 2 of 2) sorted by relevance
242 struct hx509_private_key_ops { struct243 const char *pemtype;244 const heim_oid *key_oid;245 int (*available)(const hx509_private_key,247 int (*get_spki)(hx509_context,272 hx509_private_key_ops *ops; argument
54 typedef struct hx509_private_key_ops hx509_private_key_ops; typedef