Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/crypto/des/
Dcipher.go41 func (c *desCipher) Encrypt(dst, src []byte) { func
87 func (c *tripleDESCipher) Encrypt(dst, src []byte) { func
/prebuilts/go/linux-x86/src/crypto/cipher/
Dctr_test.go16 func (noopBlock) Encrypt(dst, src []byte) { copy(dst, src) } func
Dcipher.go21 Encrypt(dst, src []byte) methodSpec
Dgcm_test.go547 func (w *wrapper) Encrypt(dst, src []byte) { w.block.Encrypt(dst, src) } func
/prebuilts/go/linux-x86/src/crypto/aes/
Dcipher.go58 func (c *aesCipher) Encrypt(dst, src []byte) { func
Dcipher_s390x.go67 func (c *aesCipherAsm) Encrypt(dst, src []byte) { func
Dcipher_asm.go71 func (c *aesCipherAsm) Encrypt(dst, src []byte) { func
Dmodes_test.go26 func (*testBlock) Encrypt(a, b []byte) {} func
/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go91 func (c *aesCipher) Encrypt(dst, src []byte) { func