Searched refs:eck (Results 1 – 1 of 1) sorted by relevance
618 EC_KEY *eck = key; in common_get_params() local626 ecg = EC_KEY_get0_group(eck); in common_get_params()630 libctx = ossl_ec_key_get_libctx(eck); in common_get_params()631 propq = ossl_ec_key_get0_propq(eck); in common_get_params()639 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params()799 EC_KEY *eck = key; in ec_set_params() local871 const EC_KEY *eck = keydata; in sm2_validate() local896 ok = ok && ossl_sm2_key_private_check(eck); in sm2_validate()910 const EC_KEY *eck = keydata; in ec_validate() local925 int flags = EC_KEY_get_flags(eck); in ec_validate()[all …]
Completed in 5 milliseconds