Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h103 #ifdef TABLE_BITS
104 # undef TABLE_BITS macro
107 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
110 #define TABLE_BITS 4 macro
124 #if TABLE_BITS==8
/third_party/openssl/include/crypto/
H A Dmodes.h103 #ifdef TABLE_BITS
104 # undef TABLE_BITS macro
107 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
110 #define TABLE_BITS 4 macro
124 #if TABLE_BITS==8
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c45 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
47 * TABLE_BITS>1 are lookup-table-driven implementations referred to as
78 #if TABLE_BITS==8
219 #elif TABLE_BITS==4
560 #else /* TABLE_BITS */
624 #if TABLE_BITS==4 && (defined(GHASH_ASM) || defined(OPENSSL_CPUID_OBJ))
728 #if TABLE_BITS==8
730 #elif TABLE_BITS==4
/third_party/openssl/crypto/modes/
H A Dgcm128.c45 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
47 * TABLE_BITS>1 are lookup-table-driven implementations referred to as
78 #if TABLE_BITS==8
219 #elif TABLE_BITS==4
560 #else /* TABLE_BITS */
624 #if TABLE_BITS==4 && (defined(GHASH_ASM) || defined(OPENSSL_CPUID_OBJ))
728 #if TABLE_BITS==8
730 #elif TABLE_BITS==4

Completed in 6 milliseconds