Home
last modified time | relevance | path

Searched defs:xor_128 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/crypto/builtin/
H A Dcmac.c39 xor_128(unsigned char *a, unsigned char *b, unsigned char *out) in xor_128() function
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c29 INLINE uint32x4_t xor_128(uint32x4_t a, uint32x4_t b) { in xor_128() function
H A Dblake3_avx512.c35 INLINE __m128i xor_128(__m128i a, __m128i b) { return _mm_xor_si128(a, b); } in xor_128() function