HomeSort by relevance Sort by last modified time
    Searched defs:xorBytes (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/aes/
ctr_s390x.go 15 // xorBytes xors the contents of a and b and places the resulting values into
20 func xorBytes(dst, a, b []byte) int
71 n := xorBytes(dst, src, c.buffer)
  /prebuilts/go/darwin-x86/src/crypto/cipher/
xor.go 51 // xorBytes xors the bytes in a and b. The destination is assumed to have enough
53 func xorBytes(dst, a, b []byte) int {
  /prebuilts/go/linux-x86/src/crypto/aes/
ctr_s390x.go 15 // xorBytes xors the contents of a and b and places the resulting values into
20 func xorBytes(dst, a, b []byte) int
71 n := xorBytes(dst, src, c.buffer)
  /prebuilts/go/linux-x86/src/crypto/cipher/
xor.go 51 // xorBytes xors the bytes in a and b. The destination is assumed to have enough
53 func xorBytes(dst, a, b []byte) int {

Completed in 106 milliseconds