Home
last modified time | relevance | path

Searched refs:__crypto_xor (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/lib/crypto/
Dutils.c17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() function
86 EXPORT_SYMBOL_GPL(__crypto_xor);
/linux-6.1.9/include/crypto/
Dalgapi.h150 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int size);
167 __crypto_xor(dst, dst, src, size); in crypto_xor()
188 __crypto_xor(dst, src1, src2, size); in crypto_xor_cpy()