Home
last modified time | relevance | path

Searched defs:cfbCipher (Results 1 – 1 of 1) sorted by relevance

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/encryption/
H A Dcipher.go48 type cfbCipher struct { struct
49 cipher.Block
62 func (c *cfbCipher) Encrypt(value []byte) ([]byte, error) {
75 func (c *cfbCipher) Decrypt(ciphertext []byte) ([]byte, error) {