Searched defs:xorBytes (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/subtle/ |
D | xor_amd64.go | 10 func xorBytes(dst, a, b *byte, n int) func
|
D | xor_ppc64x.go | 10 func xorBytes(dst, a, b *byte, n int) func
|
D | xor_arm64.go | 10 func xorBytes(dst, a, b *byte, n int) func
|
D | xor_generic.go | 22 func xorBytes(dstb, xb, yb *byte, n int) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/ |
D | ctr_s390x.go | 24 func xorBytes(dst, a, b []byte) int func
|
/aosp_15_r20/external/tink/go/aead/subtle/ |
H A D | aes_gcm_siv.go | 261 func xorBytes(dst, a, b []byte) int { func
|