Searched refs:ENGINE_PKEY_ASN1_METHS_PTR (Results 1 – 5 of 5) sorted by relevance
90 ENGINE_PKEY_ASN1_METHS_PTR fn = ENGINE_get_pkey_asn1_meths(e); in ENGINE_get_pkey_asn1_meth()99 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e) in ENGINE_get_pkey_asn1_meths()105 int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f) in ENGINE_set_pkey_asn1_meths()
126 ENGINE_PKEY_ASN1_METHS_PTR pkey_asn1_meths;
302 typedef int (*ENGINE_PKEY_ASN1_METHS_PTR) (ENGINE *, EVP_PKEY_ASN1_METHOD **, typedef524 int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f);580 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e);
220 -T ENGINE_PKEY_ASN1_METHS_PTR
551 ENGINE_PKEY_ASN1_METHS_PTR asn1meths = in try_decode_PrivateKey()