Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c46 struct hx509_private_key_ops { struct
47 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
H A Dhx509.h51 typedef struct hx509_private_key_ops hx509_private_key_ops; typedef