__crypto_memneq   166 crypto/memneq.c EXPORT_SYMBOL(__crypto_memneq);
__crypto_memneq   393 include/crypto/algapi.h noinline unsigned long __crypto_memneq(const void *a, const void *b, size_t size);
__crypto_memneq   407 include/crypto/algapi.h 	return __crypto_memneq(a, b, size) != 0UL ? 1 : 0;