Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/des/
Dcipher.go24 type desCipher struct { struct
25 subkeys [16]uint64
39 func (c *desCipher) BlockSize() int { return BlockSize }
41 func (c *desCipher) Encrypt(dst, src []byte) {
54 func (c *desCipher) Decrypt(dst, src []byte) {