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

/external/openssl/crypto/modes/
H A Dmodes_lcl.h90 #ifdef TABLE_BITS
91 #undef TABLE_BITS macro
94 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
97 #define TABLE_BITS 4 macro
105 #if TABLE_BITS==8
H A Dgcm128.c86 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
88 * TABLE_BITS>1 are lookup-table-driven implementations referred to as
119 #if TABLE_BITS==8
254 #elif TABLE_BITS==4
583 #else /* TABLE_BITS */
645 #if TABLE_BITS==4 && (defined(GHASH_ASM) || defined(OPENSSL_CPUID_OBJ))
719 #if TABLE_BITS==8
721 #elif TABLE_BITS==4

Completed in 63 milliseconds