func crypto/internal/boring.VerifyRSAPKCS1v15

2 uses

	crypto/internal/boring (current package)
		notboring.go#L107: func VerifyRSAPKCS1v15(pub *PublicKeyRSA, h crypto.Hash, hashed, sig []byte) error {

	crypto/rsa
		pkcs1v15.go#L330: 		if err := boring.VerifyRSAPKCS1v15(bkey, hash, hashed, sig); err != nil {