Home
last modified time | relevance | path

Searched refs:dsa_meth (Results 1 – 6 of 6) sorted by relevance

/external/openssl/crypto/engine/
Dtb_dsa.c77 if(e->dsa_meth) in ENGINE_register_DSA()
93 if(e->dsa_meth) in ENGINE_set_default_DSA()
110 return e->dsa_meth; in ENGINE_get_DSA()
114 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA() argument
116 e->dsa_meth = dsa_meth; in ENGINE_set_DSA()
Deng_list.c324 dest->dsa_meth = src->dsa_meth; in engine_cpy()
Deng_int.h160 const DSA_METHOD *dsa_meth; member
Deng_lib.c89 e->dsa_meth = NULL; in engine_set_all_null()
Dengine.h478 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
/external/openssl/include/openssl/
Dengine.h478 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);