Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rc4/
Drc4.go61 func (c *Cipher) XORKeyStream(dst, src []byte) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/
Dofb.go61 func (x *ofb) XORKeyStream(dst, src []byte) { func
Dcipher.go40 XORKeyStream(dst, src []byte) methodSpec
Dctr.go79 func (x *ctr) XORKeyStream(dst, src []byte) { func
Dcfb.go23 func (x *cfb) XORKeyStream(dst, src []byte) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dctr_s390x.go70 func (c *aesctr) XORKeyStream(dst, src []byte) { func
Dmodes_test.go99 func (*testStream) XORKeyStream(a, b []byte) {} func
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20/
Dchacha_generic.go184 func (s *Cipher) XORKeyStream(dst, src []byte) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go176 func (x *aesCTR) XORKeyStream(dst, src []byte) { func