Home
last modified time | relevance | path

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

/openssl-master/crypto/engine/
A Dtb_dsa.c30 if (e->dsa_meth) in ENGINE_register_DSA()
47 if (e->dsa_meth) in ENGINE_set_default_DSA()
68 return e->dsa_meth; in ENGINE_get_DSA()
72 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA() argument
74 e->dsa_meth = dsa_meth; in ENGINE_set_DSA()
A Deng_list.c261 dest->dsa_meth = src->dsa_meth; in engine_cpy()
A Deng_local.h110 const DSA_METHOD *dsa_meth; member
A Deng_lib.c55 e->dsa_meth = NULL; in engine_set_all_null()
/openssl-master/crypto/dsa/
A Dbuild.info8 dsa_meth.c
/openssl-master/include/openssl/
A Dengine.h498 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
/openssl-master/doc/man3/
A DENGINE_add.pod123 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);

Completed in 13 milliseconds