func crypto/internal/boring.DecryptRSAOAEP
2 uses
crypto/internal/boring (current package)
notboring.go#L77: func DecryptRSAOAEP(h, mgfHash hash.Hash, priv *PrivateKeyRSA, ciphertext, label []byte) ([]byte, error) {
crypto/rsa
fips.go#L263: out, err := boring.DecryptRSAOAEP(hash, mgfHash, bkey, ciphertext, label)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)