Searched refs:toMontgomery (Results 1 – 4 of 4) sorted by relevance
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
D | make_tables.go | 227 func toMontgomery(curve elliptic.Curve, n *big.Int) *big.Int { func 304 n = toMontgomery(curve, n) 311 n = toMontgomery(curve, n) 318 n = toMontgomery(curve, n)
|
D | make_p256-nistz-tests.go | 64 func toMontgomery(z, x *big.Int) *big.Int { func 133 a = toMontgomery(new(big.Int), a)
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | make_tables.go | 227 func toMontgomery(curve elliptic.Curve, n *big.Int) *big.Int { func 304 n = toMontgomery(curve, n) 311 n = toMontgomery(curve, n) 318 n = toMontgomery(curve, n)
|
D | make_p256-nistz-tests.go | 64 func toMontgomery(z, x *big.Int) *big.Int { func 133 a = toMontgomery(new(big.Int), a)
|