Lines Matching full:engine
67 void ENGINE_unregister_pkey_asn1_meths(ENGINE *e)
77 int ENGINE_register_pkey_asn1_meths(ENGINE *e)
93 ENGINE *e;
99 int ENGINE_set_default_pkey_asn1_meths(ENGINE *e)
116 ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid)
121 /* Obtains a pkey_asn1_meth implementation from an ENGINE functional reference */
122 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
135 /* Gets the pkey_asn1_meth callback from an ENGINE structure */
136 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e)
141 /* Sets the pkey_asn1_meth callback in an ENGINE structure */
142 int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f)
149 * ENGINE is destroyed
152 void engine_pkey_asn1_meths_free(ENGINE *e)
173 * a small number of algorithms are likely to be implemented in an engine
177 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
200 ENGINE *e;
206 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg)
214 ENGINE *e = sk_ENGINE_value(sk, i);
227 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
237 /* If found obtain a structural reference to engine */