Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Dtb_dsa.c27 if (e->dsa_meth) in ENGINE_register_DSA()
44 if (e->dsa_meth) in ENGINE_set_default_DSA()
64 return e->dsa_meth; in ENGINE_get_DSA()
68 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA() argument
70 e->dsa_meth = dsa_meth; in ENGINE_set_DSA()
Deng_list.c340 dest->dsa_meth = src->dsa_meth; in engine_cpy()
Deng_local.h134 const DSA_METHOD *dsa_meth; member
Deng_lib.c57 e->dsa_meth = NULL; in engine_set_all_null()
/third_party/openssl/crypto/dsa/
Dbuild.info5 dsa_meth.c
/third_party/openssl/include/openssl/
Dengine.h471 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
/third_party/openssl/
DBUILD.gn384 "crypto/dsa/dsa_meth.c",
/third_party/openssl/doc/man3/
DENGINE_add.pod119 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);