Home
last modified time | relevance | path

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

/linux-5.19.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;