func crypto/internal/boring.SignRSAPKCS1v15

2 uses

	crypto/internal/boring (current package)
		notboring.go#L102: func SignRSAPKCS1v15(priv *PrivateKeyRSA, h crypto.Hash, hashed []byte) ([]byte, error) {

	crypto/rsa
		fips.go#L320: 		return boring.SignRSAPKCS1v15(bkey, hash, hashed)