Searched refs:dh_load (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
D | dh_kmgmt.c | 36 static OSSL_FUNC_keymgmt_load_fn dh_load; variable 805 static void *dh_load(const void *reference, size_t reference_sz) in dh_load() function 835 { OSSL_FUNC_KEYMGMT_LOAD, (void (*)(void))dh_load }, 867 { OSSL_FUNC_KEYMGMT_LOAD, (void (*)(void))dh_load },
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | dh_kmgmt.c | 36 static OSSL_FUNC_keymgmt_load_fn dh_load; variable 802 static void *dh_load(const void *reference, size_t reference_sz) in dh_load() function 832 { OSSL_FUNC_KEYMGMT_LOAD, (void (*)(void))dh_load }, 864 { OSSL_FUNC_KEYMGMT_LOAD, (void (*)(void))dh_load },
|