Searched defs:keytype_desc_st (Results 1 – 4 of 4) sorted by relevance
38 struct keytype_desc_st { struct58 const struct keytype_desc_st *desc; argument
40 struct keytype_desc_st { struct62 const struct keytype_desc_st *desc; argument
76 struct keytype_desc_st { struct77 const char *keytype_name;78 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */81 const char *structure_name;89 int evp_type;92 int selection_mask;95 d2i_of_void *d2i_private_key; /* From type-specific DER */96 d2i_of_void *d2i_public_key; /* From type-specific DER */97 d2i_of_void *d2i_key_params; /* From type-specific DER */98 d2i_PKCS8_fn *d2i_PKCS8; /* Wrapped in a PrivateKeyInfo */[all …]
2118 struct keytype_desc_st { struct2119 const char *keytype_name;2120 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */2123 const char *structure_name;2131 int evp_type;2134 int selection_mask;2137 d2i_of_void *d2i_private_key; /* From type-specific DER */2138 d2i_of_void *d2i_public_key; /* From type-specific DER */2139 d2i_of_void *d2i_key_params; /* From type-specific DER */2140 d2i_PKCS8_fn *d2i_PKCS8; /* Wrapped in a PrivateKeyInfo */[all …]