Lines Matching refs:EVP_PKEY_ASN1_METHOD

24 static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;
26 DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
27 const EVP_PKEY_ASN1_METHOD *, ameth);
29 static int ameth_cmp(const EVP_PKEY_ASN1_METHOD *const *a, in ameth_cmp()
30 const EVP_PKEY_ASN1_METHOD *const *b) in ameth_cmp()
35 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_ASN1_METHOD *,
36 const EVP_PKEY_ASN1_METHOD *, ameth);
46 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx) in EVP_PKEY_asn1_get0()
57 static const EVP_PKEY_ASN1_METHOD *pkey_asn1_find(int type) in pkey_asn1_find()
59 EVP_PKEY_ASN1_METHOD tmp; in pkey_asn1_find()
60 const EVP_PKEY_ASN1_METHOD *t = &tmp, **ret; in pkey_asn1_find()
81 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type) in EVP_PKEY_asn1_find()
83 const EVP_PKEY_ASN1_METHOD *t; in EVP_PKEY_asn1_find()
106 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe, in EVP_PKEY_asn1_find_str()
110 const EVP_PKEY_ASN1_METHOD *ameth = NULL; in EVP_PKEY_asn1_find_str()
142 int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_add0()
144 EVP_PKEY_ASN1_METHOD tmp = { 0, }; in EVP_PKEY_asn1_add0()
183 EVP_PKEY_ASN1_METHOD *ameth; in EVP_PKEY_asn1_add_alias()
198 const EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_get0_info()
215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
220 EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags, in EVP_PKEY_asn1_new()
223 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); in EVP_PKEY_asn1_new()
254 void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, in EVP_PKEY_asn1_copy()
255 const EVP_PKEY_ASN1_METHOD *src) in EVP_PKEY_asn1_copy()
273 void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_free()
282 void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public()
303 void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_private()
319 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param()
342 void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_free()
348 void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_ctrl()
355 void EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_security_bits()
362 void EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_item()
380 void EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_siginf()
388 void EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_check()
394 void EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public_check()
400 void EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param_check()
406 void EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_priv_key()
415 void EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_pub_key()
423 void EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_get_priv_key()
431 void EVP_PKEY_asn1_set_get_pub_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_get_pub_key()