Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/subtle/
Dxor_amd64.go10 func xorBytes(dst, a, b *byte, n int) func
Dxor_ppc64x.go10 func xorBytes(dst, a, b *byte, n int) func
Dxor_arm64.go10 func xorBytes(dst, a, b *byte, n int) func
Dxor_generic.go22 func xorBytes(dstb, xb, yb *byte, n int) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dctr_s390x.go24 func xorBytes(dst, a, b []byte) int func
/aosp_15_r20/external/tink/go/aead/subtle/
H A Daes_gcm_siv.go261 func xorBytes(dst, a, b []byte) int { func