Searched defs:hx509_private_key_ops (Results 1 – 2 of 2) sorted by relevance
46 struct hx509_private_key_ops { struct47 const char *pemtype;48 const heim_oid *key_oid;49 int (*available)(const hx509_private_key,51 int (*get_spki)(hx509_context,54 int (*export)(hx509_context context,78 hx509_private_key_ops *ops; argument
51 typedef struct hx509_private_key_ops hx509_private_key_ops; typedef