Searched refs:dsa_meth (Results 1 - 6 of 6) sorted by last modified time

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

Completed in 900 milliseconds