Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dsa/
H A Dbuild.info4 dsa_key.c dsa_backend.c dsa_gen.c
/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c746 static const unsigned char dsa_key[] = { variable
937 const unsigned char *pkeydata = dsa_key; in test_dsa_tofrom_data_select()
939 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_tofrom_data_select()
953 const unsigned char *pkeydata = dsa_key; in test_dsa_todata()
972 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_todata()
/freebsd/crypto/openssl/apps/
H A Dspeed.c2667 EVP_PKEY *dsa_key = NULL; in speed_main() local
2673 st = (dsa_key = get_dsa(dsa_bits[testnum])) != NULL; in speed_main()
2676 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, in speed_main()
2709 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, in speed_main()
2742 EVP_PKEY_free(dsa_key); in speed_main()
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources135 crypto/dsa/dsa_key.c
H A Dfips-sources.checksums135 b1de1624e590dbf76f76953802ff162cc8de7c5e2eaba897313c866424d6902b crypto/dsa/dsa_key.c
/freebsd/secure/lib/libcrypto/
H A DMakefile204 SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_meth.c dsa_ossl.c dsa_pmeth.c
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_data.inc1550 static const ST_KAT_PARAM dsa_key[] = {
1597 dsa_key,