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.c890 static const unsigned char dsa_key[] = { variable
1081 const unsigned char *pkeydata = dsa_key; in test_dsa_tofrom_data_select()
1083 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_tofrom_data_select()
1097 const unsigned char *pkeydata = dsa_key; in test_dsa_todata()
1116 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_todata()
/freebsd/crypto/openssl/apps/
H A Dspeed.c3380 EVP_PKEY *dsa_key = NULL; in speed_main() local
3386 st = (dsa_key = get_dsa(dsa_bits[testnum])) != NULL; in speed_main()
3389 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, in speed_main()
3420 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, in speed_main()
3452 EVP_PKEY_free(dsa_key); in speed_main()
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources149 crypto/dsa/dsa_key.c
H A Dfips-sources.checksums149 9978d27e9fc8ff152830ebb781f71338e56a5e116f29c1c2d59a5a112d86362a crypto/dsa/dsa_key.c
/freebsd/secure/lib/libcrypto/
H A DMakefile223 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.inc1646 static const ST_KAT_PARAM dsa_key[] = {
3020 dsa_key,