func crypto/rsa.DecryptOAEP
2 uses
crypto/rsa (current package)
rsa.go#L162: return DecryptOAEP(opts.Hash.New(), rand, priv, ciphertext, opts.Label)
rsa.go#L596: func DecryptOAEP(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)