Lines Matching refs:ENGINE
28 void ENGINE_unregister_pkey_asn1_meths(ENGINE *e)
38 int ENGINE_register_pkey_asn1_meths(ENGINE *e)
53 ENGINE *e;
59 int ENGINE_set_default_pkey_asn1_meths(ENGINE *e)
77 ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid)
84 * Obtains a pkey_asn1_meth implementation from an ENGINE functional
87 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
98 /* Gets the pkey_asn1_meth callback from an ENGINE structure */
99 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e)
104 /* Sets the pkey_asn1_meth callback in an ENGINE structure */
105 int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f)
113 * ENGINE is destroyed
116 void engine_pkey_asn1_meths_free(ENGINE *e)
139 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
162 ENGINE *e;
168 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg)
175 ENGINE *e = sk_ENGINE_value(sk, i);
188 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,