Home
last modified time | relevance | path

Searched refs:NewBase64Cipher (Results 1 – 2 of 2) sorted by relevance

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/encryption/
H A Dcipher_test.go18 c := NewBase64Cipher(cfb)
38 c := NewBase64Cipher(cfb)
69 cb64 := NewBase64Cipher(cstd)
H A Dcipher.go24 func NewBase64Cipher(c Cipher) Cipher { func