Searched refs:dh_new_intern (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_lib.c | 29 static DH *dh_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx); 59 return dh_new_intern(NULL, NULL); in DH_new() 65 return dh_new_intern(engine, NULL); in DH_new_method() 71 return dh_new_intern(NULL, libctx); in ossl_dh_new_ex() 74 static DH *dh_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dh_new_intern() function
|
/third_party/openssl/crypto/dh/ |
D | dh_lib.c | 29 static DH *dh_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx); 59 return dh_new_intern(NULL, NULL); in DH_new() 65 return dh_new_intern(engine, NULL); in DH_new_method() 71 return dh_new_intern(NULL, libctx); in ossl_dh_new_ex() 74 static DH *dh_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in dh_new_intern() function
|