Home
last modified time | relevance | path

Searched defs:ecc_ctx (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/crypto/
Decdsa.c16 struct ecc_ctx { struct
17 unsigned int curve_id;
18 const struct ecc_curve *curve;
20 bool pub_key_set;
21 u64 x[ECC_MAX_DIGITS]; /* pub key x and y coordinates */
22 u64 y[ECC_MAX_DIGITS];
23 struct ecc_point pub_key;
/kernel/linux/linux-5.10/crypto/
Decdsa.c16 struct ecc_ctx { struct
17 unsigned int curve_id;
18 const struct ecc_curve *curve;
20 bool pub_key_set;
21 u64 x[ECC_MAX_DIGITS]; /* pub key x and y coordinates */
22 u64 y[ECC_MAX_DIGITS];
23 struct ecc_point pub_key;