Home
last modified time | relevance | path

Searched refs:dsa_new_intern (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_lib.c26 static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx);
133 static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dsa_new_intern() function
195 return dsa_new_intern(engine, NULL); in DSA_new_method()
200 return dsa_new_intern(NULL, libctx); in ossl_dsa_new()
206 return dsa_new_intern(NULL, NULL); in DSA_new()
/third_party/openssl/crypto/dsa/
H A Ddsa_lib.c26 static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx);
133 static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dsa_new_intern() function
193 return dsa_new_intern(engine, NULL); in DSA_new_method()
198 return dsa_new_intern(NULL, libctx); in ossl_dsa_new()
204 return dsa_new_intern(NULL, NULL); in DSA_new()

Completed in 2 milliseconds