func crypto/rsa.EncryptOAEPWithOptions

one use

	crypto/rsa (current package)
		fips.go#L205: func EncryptOAEPWithOptions(random io.Reader, pub *PublicKey, msg []byte, opts *OAEPOptions) ([]byte, error) {