func crypto/internal/fips140/rsa.DecryptOAEP
2 uses
crypto/internal/fips140/rsa (current package)
pkcs1v22.go#L414: func DecryptOAEP(hash, mgfHash fips140.Hash, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error) {
crypto/rsa
fips.go#L287: return fipsError2(rsa.DecryptOAEP(hash, mgfHash, k, ciphertext, label))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)