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.c2142 static const unsigned char dsa_key[] = { variable
3113 const unsigned char *pkeydata = dsa_key; in test_dsa_tofrom_data_select()
3115 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_tofrom_data_select()
3129 const unsigned char *pkeydata = dsa_key; in test_dsa_todata()
3148 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_todata()
/freebsd/crypto/openssl/apps/
H A Dspeed.c3446 EVP_PKEY *dsa_key = NULL; in speed_main() local
3452 st = (dsa_key = get_dsa(dsa_bits[testnum])) != NULL; in speed_main()
3455 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, in speed_main()
3487 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, in speed_main()
3520 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 dee83cb278b3f712a62bd3477bdecf7b83e6df38ada2f3e1ca043d37327e2da4 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.inc1671 static const ST_KAT_PARAM dsa_key[] = {
3045 dsa_key,