Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c287 static const struct supported_ecc_curve ec_curve_param[] = { variable
301 for (idx = 0; idx < ARRAY_SIZE(ec_curve_param); idx++) { in get_curve()
302 const struct supported_ecc_curve *curve = ec_curve_param + idx; in get_curve()