Home
last modified time | relevance | path

Searched defs:keytype_desc_st (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c38 struct keytype_desc_st { struct
58 const struct keytype_desc_st *desc; argument
H A Ddecode_pvk2key.c40 struct keytype_desc_st { struct
62 const struct keytype_desc_st *desc; argument
H A Ddecode_der2key.c46 struct keytype_desc_st { struct
47 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 …]
/openssl/test/
H A Dtls-provider.c2117 struct keytype_desc_st { struct
2118 const char *keytype_name;
2122 const char *structure_name;
2130 int evp_type;
2133 int selection_mask;
2136 d2i_of_void *d2i_private_key; /* From type-specific DER */
2137 d2i_of_void *d2i_public_key; /* From type-specific DER */
2138 d2i_of_void *d2i_key_params; /* From type-specific DER */
2147 check_key_fn *check_key;
2153 adjust_key_fn *adjust_key;
[all …]

Completed in 27 milliseconds