func crypto/internal/boring.VerifyRSAPKCS1v15
2 uses
crypto/internal/boring (current package)
notboring.go#L108: func VerifyRSAPKCS1v15(pub *PublicKeyRSA, h crypto.Hash, hashed, sig []byte) error {
crypto/rsa
fips.go#L363: if err := boring.VerifyRSAPKCS1v15(bkey, hash, hashed, sig); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)