Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/crypto/
Decc_curve.h16 struct ecc_point { struct
37 struct ecc_point g; argument
/kernel/linux/linux-5.10/crypto/
Decc.h46 struct ecc_point { struct
52 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument