Searched refs:__crypto_memneq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/crypto/ |
H A D | utils.h | 56 noinline unsigned long __crypto_memneq(const void *a, const void *b, size_t size); 70 return __crypto_memneq(a, b, size) != 0UL ? 1 : 0; in crypto_memneq()
|
/kernel/linux/linux-5.10/lib/ |
H A D | memneq.c | 156 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq() function 166 EXPORT_SYMBOL(__crypto_memneq); variable
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | memneq.c | 163 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq() function 173 EXPORT_SYMBOL(__crypto_memneq); variable
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | algapi.h | 266 noinline unsigned long __crypto_memneq(const void *a, const void *b, size_t size); 280 return __crypto_memneq(a, b, size) != 0UL ? 1 : 0; in crypto_memneq()
|
Completed in 2 milliseconds