Searched refs:sm2_wanted (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 375 static int common_check_sm2(const EC_KEY *ec, int sm2_wanted) in common_check_sm2() argument 380 * sm2_wanted: import the keys or domparams only on SM2 Curve in common_check_sm2() 381 * !sm2_wanted: import the keys or domparams only not on SM2 Curve in common_check_sm2() 384 || (sm2_wanted ^ (EC_GROUP_get_curve_name(ecg) == NID_sm2))) in common_check_sm2() 391 int sm2_wanted) in common_import() 417 if (!common_check_sm2(ec, sm2_wanted)) in common_import() 1368 int sm2_wanted) in common_load() 1376 if (!common_check_sm2(ec, sm2_wanted)) in common_load() 390 common_import(void *keydata, int selection, const OSSL_PARAM params[], int sm2_wanted) common_import() argument 1367 common_load(const void *reference, size_t reference_sz, int sm2_wanted) common_load() argument
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 375 static int common_check_sm2(const EC_KEY *ec, int sm2_wanted) in common_check_sm2() argument 380 * sm2_wanted: import the keys or domparams only on SM2 Curve in common_check_sm2() 381 * !sm2_wanted: import the keys or domparams only not on SM2 Curve in common_check_sm2() 384 || (sm2_wanted ^ (EC_GROUP_get_curve_name(ecg) == NID_sm2))) in common_check_sm2() 391 int sm2_wanted) in common_import() 417 if (!common_check_sm2(ec, sm2_wanted)) in common_import() 1368 int sm2_wanted) in common_load() 1376 if (!common_check_sm2(ec, sm2_wanted)) in common_load() 390 common_import(void *keydata, int selection, const OSSL_PARAM params[], int sm2_wanted) common_import() argument 1367 common_load(const void *reference, size_t reference_sz, int sm2_wanted) common_load() argument
|
Completed in 5 milliseconds