Searched refs:__crypto_xor (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/crypto/ |
H A D | utils.h | 14 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int size); 31 __crypto_xor(dst, dst, src, size); in crypto_xor() 52 __crypto_xor(dst, src1, src2, size); in crypto_xor_cpy()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | utils.c | 17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() function 86 EXPORT_SYMBOL_GPL(__crypto_xor); variable
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | algapi.h | 140 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int size); 155 __crypto_xor(dst, dst, src, size); in crypto_xor() 174 __crypto_xor(dst, src1, src2, size); in crypto_xor_cpy()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algapi.c | 1009 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() function 1060 EXPORT_SYMBOL_GPL(__crypto_xor); variable
|
Completed in 3 milliseconds