Home
last modified time | relevance | path

Searched refs:supported_ecc_curve (Results 1 – 1 of 1) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c264 struct supported_ecc_curve { struct
287 static const struct supported_ecc_curve ec_curve_param[] = { argument
296 static const struct supported_ecc_curve *get_curve(void *attr, size_t size) in get_curve()
302 const struct supported_ecc_curve *curve = ec_curve_param + idx; in get_curve()
318 const struct supported_ecc_curve *curve = get_curve(ec_params, size); in ec_params2tee_keysize()
333 const struct supported_ecc_curve *curve = get_curve(ec_params, size); in ec_params2tee_curve()