Searched refs:__crypto_memneq (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/crypto/
H A Dmemneq.c156 noinline unsigned long __crypto_memneq(const void *a, const void *b, __crypto_memneq() function
166 EXPORT_SYMBOL(__crypto_memneq); variable
/linux-4.1.27/include/crypto/
H A Dalgapi.h396 noinline unsigned long __crypto_memneq(const void *a, const void *b, size_t size);
410 return __crypto_memneq(a, b, size) != 0UL ? 1 : 0; crypto_memneq()

Completed in 198 milliseconds