Searched refs:dsa_meth (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Dtb_dsa.c79 if (e->dsa_meth)
96 if (e->dsa_meth)
116 return e->dsa_meth;
120 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) argument
122 e->dsa_meth = dsa_meth;
H A Deng_int.h171 const DSA_METHOD *dsa_meth; member in struct:engine_st
H A Deng_list.c298 dest->dsa_meth = src->dsa_meth;
H A Deng_lib.c91 e->dsa_meth = NULL;
H A Dengine.h536 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);

Completed in 40 milliseconds