func crypto/rsa.SignPKCS1v15
2 uses
crypto/rsa (current package)
fips.go#L302: func SignPKCS1v15(random io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error) {
rsa.go#L163: return SignPKCS1v15(rand, priv, opts.HashFunc(), digest)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)