Searched defs:ecc_ctx (Results 1 – 1 of 1) sorted by relevance
16 struct ecc_ctx { struct17 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;
Completed in 4 milliseconds