HomeSort by relevance Sort by last modified time
    Searched defs:p256 (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_generic.go 10 p256 p256Curve
15 p256 = p256Curve{p256Params}
9 p256 p256Curve var
p256_s390x.go 25 p256 Curve
37 p256 = p256CurveFast{p256Params}
43 p256 = p256Curve{p256Params}
52 // Montgomery multiplication modulo P256
57 // Montgomery square modulo P256
390 0x75, 0xba, 0x95, 0xfc, 0x5f, 0xed, 0xb6, 0x01, 0x79, 0xe7, 0x30, 0xd4, 0x18, 0xa9, 0x14, 0x3c}, //(p256.x*2^256)%p
392 0x8b, 0x4a, 0xb8, 0xe4, 0xba, 0x19, 0xe4, 0x5c, 0xdd, 0xf2, 0x53, 0x57, 0xce, 0x95, 0x56, 0x0a}, //(p256.y*2^256)%p
394 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01}, //(p256.z*2^256)%p
24 p256 Curve var
p256_amd64.go 6 // implementation of P256. The optimizations performed here are described in
33 p256 p256Curve
40 p256.CurveParams = &CurveParams{Name: "P-256"}
41 p256.P, _ = new(big.Int).SetString("115792089210356248762697446949407573530086143415290314195533631308867097853951", 10)
42 p256.N, _ = new(big.Int).SetString("115792089210356248762697446949407573529996955224135760342422259061068512044369", 10)
43 p256.B, _ = new(big.Int).SetString("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", 16)
44 p256.Gx, _ = new(big.Int).SetString("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", 16)
45 p256.Gy, _ = new(big.Int).SetString("4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5", 16)
46 p256.BitSize = 256
54 // Montgomery multiplication modulo P256
32 p256 p256Curve var
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_generic.go 10 p256 p256Curve
15 p256 = p256Curve{p256Params}
9 p256 p256Curve var
p256_s390x.go 25 p256 Curve
37 p256 = p256CurveFast{p256Params}
43 p256 = p256Curve{p256Params}
52 // Montgomery multiplication modulo P256
57 // Montgomery square modulo P256
390 0x75, 0xba, 0x95, 0xfc, 0x5f, 0xed, 0xb6, 0x01, 0x79, 0xe7, 0x30, 0xd4, 0x18, 0xa9, 0x14, 0x3c}, //(p256.x*2^256)%p
392 0x8b, 0x4a, 0xb8, 0xe4, 0xba, 0x19, 0xe4, 0x5c, 0xdd, 0xf2, 0x53, 0x57, 0xce, 0x95, 0x56, 0x0a}, //(p256.y*2^256)%p
394 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01}, //(p256.z*2^256)%p
24 p256 Curve var
p256_amd64.go 6 // implementation of P256. The optimizations performed here are described in
33 p256 p256Curve
40 p256.CurveParams = &CurveParams{Name: "P-256"}
41 p256.P, _ = new(big.Int).SetString("115792089210356248762697446949407573530086143415290314195533631308867097853951", 10)
42 p256.N, _ = new(big.Int).SetString("115792089210356248762697446949407573529996955224135760342422259061068512044369", 10)
43 p256.B, _ = new(big.Int).SetString("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", 16)
44 p256.Gx, _ = new(big.Int).SetString("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", 16)
45 p256.Gy, _ = new(big.Int).SetString("4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5", 16)
46 p256.BitSize = 256
54 // Montgomery multiplication modulo P256
32 p256 p256Curve var
    [all...]

Completed in 209 milliseconds