Home
last modified time | relevance | path

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

/crypto/
Dalgapi.c756 static inline void crypto_xor_byte(u8 *a, const u8 *b, unsigned int size) in crypto_xor_byte() function
770 crypto_xor_byte((u8 *)a, (u8 *)b, size); in crypto_xor()