Home
last modified time | relevance | path

Searched refs:P256 (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/ec/
Dec.c112 static const struct curve_data P256 = { variable
234 NID_X9_62_prime256v1, &P256,
/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go824 if !elliptic.P256().IsOnCurve(x, y) {
827 channelID := &ecdsa.PublicKey{elliptic.P256(), x, y}
Dhandshake_client.go878 if c.config.ChannelID.Curve != elliptic.P256() {
Dkey_agreement.go330 return &ellipticECDHCurve{curve: elliptic.P256()}, true
Drunner.go88 if channelIDKey.Curve != elliptic.P256() {
/external/tpm2/
Dpart4.txt33824 …EXAMPLE: If the curve is NIST-P256, then nLen is 256 bits and d will need to be between 2^…