HomeSort by relevance Sort by last modified time
    Searched refs:P384 (Results 1 - 14 of 14) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa_test.go 41 testKeyGeneration(t, elliptic.P384(), "p384")
71 testSignAndVerify(t, elliptic.P384(), "p384")
108 testNonceSafety(t, elliptic.P384(), "p384")
143 testINDCCA(t, elliptic.P384(), "p384")
209 pub.Curve = elliptic.P384()
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa_test.go 41 testKeyGeneration(t, elliptic.P384(), "p384")
71 testSignAndVerify(t, elliptic.P384(), "p384")
108 testNonceSafety(t, elliptic.P384(), "p384")
143 testINDCCA(t, elliptic.P384(), "p384")
209 pub.Curve = elliptic.P384()
  /prebuilts/go/darwin-x86/src/crypto/tls/
generate_cert.go 36 ecdsaCurve = flag.String("ecdsa-curve", "", "ECDSA curve to use to generate a key. Valid values are P224, P256, P384, P521")
82 case "P384":
83 priv, err = ecdsa.GenerateKey(elliptic.P384(), rand.Reader)
key_agreement.go 163 return elliptic.P384(), true
  /prebuilts/go/linux-x86/src/crypto/tls/
generate_cert.go 36 ecdsaCurve = flag.String("ecdsa-curve", "", "ECDSA curve to use to generate a key. Valid values are P224, P256, P384, P521")
82 case "P384":
83 priv, err = ecdsa.GenerateKey(elliptic.P384(), rand.Reader)
key_agreement.go 163 return elliptic.P384(), true
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 330 var p384 *CurveParams var
342 p384 = &CurveParams{Name: "P-384"}
343 p384.P, _ = new(big.Int).SetString("39402006196394479212279040100143613805079739270465446667948293404245721771496870329047266088258938001861606973112319", 10)
344 p384.N, _ = new(big.Int).SetString("39402006196394479212279040100143613805079739270465446667946905279627659399113263569398956308152294913554433653942643", 10)
345 p384.B, _ = new(big.Int).SetString("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef", 16)
346 p384.Gx, _ = new(big.Int).SetString("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7", 16)
347 p384.Gy, _ = new(big.Int).SetString("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f", 16)
348 p384.BitSize = 384
368 // P384 returns a Curve which implements P-384 (see FIPS 186-3, section D.2.4)
369 func P384() Curve
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 330 var p384 *CurveParams var
342 p384 = &CurveParams{Name: "P-384"}
343 p384.P, _ = new(big.Int).SetString("39402006196394479212279040100143613805079739270465446667948293404245721771496870329047266088258938001861606973112319", 10)
344 p384.N, _ = new(big.Int).SetString("39402006196394479212279040100143613805079739270465446667946905279627659399113263569398956308152294913554433653942643", 10)
345 p384.B, _ = new(big.Int).SetString("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef", 16)
346 p384.Gx, _ = new(big.Int).SetString("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7", 16)
347 p384.Gy, _ = new(big.Int).SetString("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f", 16)
348 p384.BitSize = 384
368 // P384 returns a Curve which implements P-384 (see FIPS 186-3, section D.2.4)
369 func P384() Curve
    [all...]
  /external/boringssl/src/crypto/ec/
ec.c 141 static const struct curve_data P384 = {
232 {NID_secp384r1, &P384, 0},
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 339 return elliptic.P384()
352 case elliptic.P384():
    [all...]
x509_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 339 return elliptic.P384()
352 case elliptic.P384():
    [all...]
x509_test.go     [all...]
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 332 return &ellipticECDHCurve{curve: elliptic.P384()}, true

Completed in 353 milliseconds