Home
last modified time | relevance | path

Searched defs:hx509_private_key_ops (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhx_locl.h242 struct hx509_private_key_ops { struct
243 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
H A Dhx509.h54 typedef struct hx509_private_key_ops hx509_private_key_ops; typedef