Searched refs:DSA_new (Results 1 – 10 of 10) sorted by relevance
115 DSA *ret = DSA_new(); in DSA_parse_public_key()148 DSA *ret = DSA_new(); in DSA_parse_parameters()179 DSA *ret = DSA_new(); in DSA_parse_private_key()
170 bssl::UniquePtr<DSA> dsa(DSA_new()); in GetFIPSDSA()232 bssl::UniquePtr<DSA> dsa(DSA_new()); in TestGenerate()
90 DSA *DSA_new(void) { in DSA_new() function456 DSA *ret = DSA_new(); in DSAparams_dup()
77 DSA *ret = DSA_new(); in DSA_generate_parameters()
85 OPENSSL_EXPORT DSA *DSA_new(void);
73 dsa = DSA_new(); in dsa_pub_decode()
493 if ((dsa = DSA_new()) == NULL || in sshkey_new()1559 if ((private = DSA_new()) == NULL) { in dsa_generate_private_key()2286 if ((pk->dsa = DSA_new()) == NULL || in sshkey_demote()
1839 DSA_new
3391 '#define DSA_new GRPC_SHADOW_DSA_new',
1867 #define DSA_new GRPC_SHADOW_DSA_new macro