Searched defs:xor_block (Results 1 – 4 of 4) sorted by relevance
79 #define xor_block __libcrypt_internal_xor_block macro
81 xor_block(block *dst, const block *src) in xor_block() function
66 void xor_block(block *dst, const block *src) { in xor_block() function
25 static void xor_block(u8 *dst, const u8 *src) in xor_block() function