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