Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H 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()
H A Deng_local.h115 const DSA_METHOD *dsa_meth; member
H A Deng_list.c349 dest->dsa_meth = src->dsa_meth; in engine_cpy()
H A Deng_lib.c55 e->dsa_meth = NULL; in engine_set_all_null()
/freebsd/crypto/openssl/crypto/dsa/
H A Dbuild.info8 dsa_meth.c
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h498 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c1209 DSA_METHOD *dsa_meth = NULL; in test_EVP_PKEY_sign_with_app_method() local
1234 if (!TEST_ptr(dsa_meth = DSA_meth_dup(DSA_get_default_method()))) in test_EVP_PKEY_sign_with_app_method()
1238 || !TEST_int_gt(DSA_set_method(dsa, dsa_meth), 0) in test_EVP_PKEY_sign_with_app_method()
1276 DSA_meth_free(dsa_meth); in test_EVP_PKEY_sign_with_app_method()
/freebsd/secure/lib/libcrypto/
H A DMakefile205 SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_meth.c dsa_ossl.c dsa_pmeth.c
/freebsd/crypto/openssl/doc/man3/
H A DENGINE_add.pod123 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);