Searched refs:common_get_params (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 636 int common_get_params(void *key, OSSL_PARAM params[], int sm2) in common_get_params() function 769 return common_get_params(key, params, 0); in ec_get_params() 861 return common_get_params(key, params, 1); in sm2_get_params()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 636 int common_get_params(void *key, OSSL_PARAM params[], int sm2) in common_get_params() function 769 return common_get_params(key, params, 0); in ec_get_params() 861 return common_get_params(key, params, 1); in sm2_get_params()
|
Completed in 5 milliseconds