Searched refs:dh_new_intern (Results 1 – 1 of 1) sorted by relevance
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