Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rc4/
Drc4.go31 func NewCipher(key []byte) (*Cipher, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dcipher.go34 func NewCipher(key []byte) (cipher.Block, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/des/
Dcipher.go29 func NewCipher(key []byte) (cipher.Block, error) { func