Searched defs:p256Element (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/ |
D | p256_asm.go | 28 type p256Element [4]uint64 type 138 func p256Polynomial(y2, x *p256Element) *p256Element { 158 func p256CheckOnCurve(x, y *p256Element) error { 172 func p256LessThanP(x *p256Element) int { 182 func p256Add(res, x, y *p256Element) { 210 func p256Sqrt(e, x *p256Element) (isSquare bool) { 257 func p256Mul(res, in1, in2 *p256Element) 262 func p256Sqr(res, in *p256Element, n int) 268 func p256FromMont(res, in *p256Element) 273 func p256NegCond(val *p256Element, cond int) [all …]
|