Searched defs:dsa_meth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/engine/
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;
H A Deng_int.h160 const DSA_METHOD *dsa_meth; member in struct:engine_st
/external/openssl/crypto/engine/
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;
H A Deng_int.h160 const DSA_METHOD *dsa_meth; member in struct:engine_st

Completed in 156 milliseconds