func crypto/rsa.VerifyPKCS1v15
4 uses
crypto/rsa (current package)
fips.go#L364: func VerifyPKCS1v15(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error {
crypto/tls
auth.go#L50: if err := rsa.VerifyPKCS1v15(pubKey, hashFunc, signed, sig); err != nil {
auth.go#L85: if err := rsa.VerifyPKCS1v15(pubKey, hashFunc, hashed, sig); err != nil {
crypto/x509
x509.go#L1022: return rsa.VerifyPKCS1v15(pub, hashType, signed, signature)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)