func crypto/elliptic.P256
17 uses
crypto/elliptic (current package)
elliptic.go#L432: func P256() Curve {
crypto/tls
auth.go#L193: case elliptic.P256():
auth.go#L271: case elliptic.P256():
common.go#L1157: case elliptic.P256():
key_schedule.go#L142: return elliptic.P256(), true
crypto/x509
x509.go#L499: return elliptic.P256()
x509.go#L512: case elliptic.P256():
x509.go#L2028: case elliptic.P224(), elliptic.P256():
golang.org/x/crypto/openpgp/packet
public_key.go#L86: c = elliptic.P256()
public_key.go#L236: case elliptic.P256():
golang.org/x/crypto/ssh
kex.go#L411: kexAlgoMap[kexAlgoECDH256] = &ecdh{elliptic.P256()}
keys.go#L603: return curve == elliptic.P256() || curve == elliptic.P384() || curve == elliptic.P521()
keys.go#L635: key.Curve = elliptic.P256()
keys.go#L745: key.Curve = elliptic.P256()
keys.go#L1409: curve = elliptic.P256()
golang.org/x/crypto/ssh/agent
server.go#L310: priv.Curve = elliptic.P256()
google.golang.org/api/idtoken
validate.go#L201: Curve: elliptic.P256(),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |