Searched refs:__crypto_xor (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/crypto/ |
D | algapi.h | 137 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int size); 152 __crypto_xor(dst, dst, src, size); in crypto_xor() 171 __crypto_xor(dst, src1, src2, size); in crypto_xor_cpy()
|
/Linux-v5.10/crypto/ |
D | algapi.c | 994 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() function 1045 EXPORT_SYMBOL_GPL(__crypto_xor);
|