Lines Matching defs:ameth

111     const EVP_PKEY_ASN1_METHOD *ameth = NULL;  in EVP_PKEY_asn1_find_str()  local
143 int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_add0()
184 EVP_PKEY_ASN1_METHOD *ameth; in EVP_PKEY_asn1_add_alias() local
199 const EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_get0_info()
224 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); in EVP_PKEY_asn1_new() local
274 void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_free()
283 void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public()
304 void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_private()
320 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param()
343 void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_free()
349 void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_ctrl()
356 void EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_security_bits()
363 void EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_item()
381 void EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_siginf()
389 void EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_check()
395 void EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public_check()
401 void EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param_check()
407 void EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_priv_key()
416 void EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_pub_key()
424 void EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_get_priv_key()
432 void EVP_PKEY_asn1_set_get_pub_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_get_pub_key()