func crypto/internal/fips140/ecdsa.P256
15 uses
crypto/internal/fips140/ecdsa (current package)
cast.go#L57: drbg := newDRBG(sha512.New, k.d, bits2octets(P256(), hash), nil)
cast.go#L92: got, err := sign(P256(), k, drbg, hash)
cast.go#L96: if err := verify(P256(), &k.pub, hash, got); err != nil {
cast.go#L123: drbg := newDRBG(sha512.New, k.d, bits2octets(P256(), hash), nil)
cast.go#L124: got, err := sign(P256(), k, drbg, hash)
cast.go#L128: if err := verify(P256(), &k.pub, hash, got); err != nil {
ecdsa.go#L101: func P256() *Curve[*nistec.P256Point] { return _P256() }
crypto/ecdsa
ecdsa.go#L115: return parseUncompressedPublicKey(ecdsa.P256(), curve, data)
ecdsa.go#L149: return publicKeyBytes(ecdsa.P256(), pub)
ecdsa.go#L251: return parseRawPrivateKey(ecdsa.P256(), nistec.NewP256Point, curve, data)
ecdsa.go#L290: return privateKeyBytes(ecdsa.P256(), priv)
ecdsa.go#L352: return generateFIPS(c, ecdsa.P256(), r)
ecdsa.go#L398: return signFIPS(ecdsa.P256(), priv, r, hash)
ecdsa.go#L438: return signFIPSDeterministic(ecdsa.P256(), h, priv, hash)
ecdsa.go#L510: return verifyFIPS(ecdsa.P256(), pub, hash, sig)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |