Searched defs:keytype_desc_st (Results 1 – 3 of 3) sorted by relevance
38 struct keytype_desc_st { struct58 const struct keytype_desc_st *desc; argument
39 struct keytype_desc_st { struct58 const struct keytype_desc_st *desc; argument
46 struct keytype_desc_st { struct47 const char *keytype_name;48 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */51 const char *structure_name;59 int evp_type;62 int selection_mask;65 d2i_of_void *d2i_private_key; /* From type-specific DER */66 d2i_of_void *d2i_public_key; /* From type-specific DER */67 d2i_of_void *d2i_key_params; /* From type-specific DER */68 d2i_PKCS8_fn *d2i_PKCS8; /* Wrapped in a PrivateKeyInfo */[all …]