Lines Matching defs:ameth

110     const EVP_PKEY_ASN1_METHOD *ameth = NULL;  in EVP_PKEY_asn1_find_str()  local
142 int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_add0()
183 EVP_PKEY_ASN1_METHOD *ameth; in EVP_PKEY_asn1_add_alias() local
198 const EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_get0_info()
223 EVP_PKEY_ASN1_METHOD *ameth = OPENSSL_zalloc(sizeof(*ameth)); in EVP_PKEY_asn1_new() local
270 void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth) in EVP_PKEY_asn1_free()
279 void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public()
300 void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_private()
316 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param()
339 void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_free()
345 void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_ctrl()
352 void EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_security_bits()
359 void EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_item()
377 void EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_siginf()
385 void EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_check()
391 void EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public_check()
397 void EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param_check()
403 void EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_priv_key()
412 void EVP_PKEY_asn1_set_set_pub_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_pub_key()
420 void EVP_PKEY_asn1_set_get_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_get_priv_key()
428 void EVP_PKEY_asn1_set_get_pub_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_get_pub_key()