Home
last modified time | relevance | path

Searched refs:DSA_new (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/crypto/dsa/
Ddsa_test.c169 DSA *dsa = DSA_new(); in get_fips_dsa()
198 dsa = DSA_new(); in test_generate()
Ddsa_asn1.c96 *pval = (ASN1_VALUE *)DSA_new(); in dsa_cb()
Ddsa.c80 DSA *DSA_new(void) { return DSA_new_method(NULL); } in DSA_new() function
/external/boringssl/src/crypto/x509/
Dx_all.c308 return ASN1_d2i_fp_of(DSA,DSA_new,d2i_DSAPrivateKey,fp,dsa); in d2i_DSAPrivateKey_fp()
318 return ASN1_d2i_fp_of(DSA,DSA_new,d2i_DSA_PUBKEY,fp,dsa); in d2i_DSA_PUBKEY_fp()
329 return ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAPrivateKey,bp,dsa in d2i_DSAPrivateKey_bio()
340 return ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSA_PUBKEY,bp,dsa); in d2i_DSA_PUBKEY_bio()
/external/boringssl/src/include/openssl/
Ddsa.h81 OPENSSL_EXPORT DSA *DSA_new(void);
/external/boringssl/src/crypto/evp/
Dp_dsa_asn1.c98 dsa = DSA_new(); in dsa_pub_decode()
/external/openssh/
Dsshkey.c515 if ((dsa = DSA_new()) == NULL || in sshkey_new()
1560 if ((private = DSA_new()) == NULL) { in dsa_generate_private_key()
2302 if ((pk->dsa = DSA_new()) == NULL || in sshkey_demote()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8025 Unique_DSA dsa(DSA_new());