Searched refs:P256 (Results 1 – 6 of 6) sorted by relevance
112 static const struct curve_data P256 = { variable234 NID_X9_62_prime256v1, &P256,
824 if !elliptic.P256().IsOnCurve(x, y) {827 channelID := &ecdsa.PublicKey{elliptic.P256(), x, y}
878 if c.config.ChannelID.Curve != elliptic.P256() {
330 return &ellipticECDHCurve{curve: elliptic.P256()}, true
88 if channelIDKey.Curve != elliptic.P256() {
33824 …EXAMPLE: If the curve is NIST-P256, then nLen is 256 bits and d will need to be between 2^…