Searched refs:dh_import (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 44 static OSSL_FUNC_keymgmt_import_fn dh_import; variable 190 static int dh_import(void *keydata, int selection, const OSSL_PARAM params[]) in dh_import() function 844 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import }, 876 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import },
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 44 static OSSL_FUNC_keymgmt_import_fn dh_import; variable 190 static int dh_import(void *keydata, int selection, const OSSL_PARAM params[]) in dh_import() function 841 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import }, 873 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import },
|
Completed in 3 milliseconds