Home
last modified time | relevance | path

Searched refs:pkey_meths (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/engine/
Dtb_pkmeth.c77 if(e->pkey_meths) in ENGINE_register_pkey_meths()
80 int num_nids = e->pkey_meths(e, NULL, &nids, 0); in ENGINE_register_pkey_meths()
99 if(e->pkey_meths) in ENGINE_set_default_pkey_meths()
102 int num_nids = e->pkey_meths(e, NULL, &nids, 0); in ENGINE_set_default_pkey_meths()
136 return e->pkey_meths; in ENGINE_get_pkey_meths()
142 e->pkey_meths = f; in ENGINE_set_pkey_meths()
154 if (e->pkey_meths) in engine_pkey_meths_free()
158 npknids = e->pkey_meths(e, NULL, &pknids, 0); in engine_pkey_meths_free()
161 if (e->pkey_meths(e, &pkm, NULL, pknids[i])) in engine_pkey_meths_free()
Deng_list.c339 dest->pkey_meths = src->pkey_meths; in engine_cpy()
Deng_int.h171 ENGINE_PKEY_METHS_PTR pkey_meths; member