Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/engine/
Dtb_dsa.c79 if (e->dsa_meth) in ENGINE_register_DSA()
96 if (e->dsa_meth) in ENGINE_set_default_DSA()
116 return e->dsa_meth; in ENGINE_get_DSA()
120 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA() argument
122 e->dsa_meth = dsa_meth; in ENGINE_set_DSA()
Deng_list.c299 dest->dsa_meth = src->dsa_meth; in engine_cpy()
Deng_int.h180 const DSA_METHOD *dsa_meth; member
Deng_lib.c91 e->dsa_meth = NULL; in engine_set_all_null()
Dengine.h557 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
/freebsd-10-stable/crypto/openssl/doc/crypto/
Dengine.pod116 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);