Searched refs:dh_export (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 46 static OSSL_FUNC_keymgmt_export_fn dh_export; variable 214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export() function 846 { OSSL_FUNC_KEYMGMT_EXPORT, (void (*)(void))dh_export }, 878 { OSSL_FUNC_KEYMGMT_EXPORT, (void (*)(void))dh_export },
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 46 static OSSL_FUNC_keymgmt_export_fn dh_export; variable 214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export() function 843 { OSSL_FUNC_KEYMGMT_EXPORT, (void (*)(void))dh_export }, 875 { OSSL_FUNC_KEYMGMT_EXPORT, (void (*)(void))dh_export },
|
Completed in 3 milliseconds