func crypto/internal/fips140/nistec.NewP384Point
29 uses
crypto/internal/fips140/nistec (current package)
p384.go#L28: func NewP384Point() *P384Point {
p384.go#L60: return p.Set(NewP384Point()), nil
p384.go#L334: p.Set(NewP384Point())
p384.go#L345: var table = p384Table{NewP384Point(), NewP384Point(), NewP384Point(),
p384.go#L346: NewP384Point(), NewP384Point(), NewP384Point(), NewP384Point(),
p384.go#L347: NewP384Point(), NewP384Point(), NewP384Point(), NewP384Point(),
p384.go#L348: NewP384Point(), NewP384Point(), NewP384Point(), NewP384Point()}
p384.go#L357: t := NewP384Point()
p384.go#L358: p.Set(NewP384Point())
p384.go#L395: base := NewP384Point().SetGenerator()
p384.go#L397: p384GeneratorTable[i][0] = NewP384Point().Set(base)
p384.go#L399: p384GeneratorTable[i][j] = NewP384Point().Add(p384GeneratorTable[i][j-1], base)
p384.go#L424: t := NewP384Point()
p384.go#L425: p.Set(NewP384Point())
crypto/internal/fips140/ecdh
ecdh.go#L105: newPoint: nistec.NewP384Point,
crypto/internal/fips140/ecdsa
ecdsa.go#L124: newPoint: nistec.NewP384Point,
crypto/ecdsa
ecdsa.go#L253: return parseRawPrivateKey(ecdsa.P384(), nistec.NewP384Point, curve, data)
crypto/elliptic
nistec.go#L48: newPoint: nistec.NewP384Point,
 |
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. |