Home
last modified time | relevance | path

Searched refs:TAB_SIZE (Results 1 – 25 of 67) sorted by relevance

123

/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_register_hash.c31 for (x = 0; x < TAB_SIZE; x++) { in register_hash()
39 for (x = 0; x < TAB_SIZE; x++) { in register_hash()
Dcrypt_register_prng.c31 for (x = 0; x < TAB_SIZE; x++) { in register_prng()
39 for (x = 0; x < TAB_SIZE; x++) { in register_prng()
Dcrypt_register_cipher.c31 for (x = 0; x < TAB_SIZE; x++) { in register_cipher()
39 for (x = 0; x < TAB_SIZE; x++) { in register_cipher()
Dcrypt_hash_descriptor.c18 struct ltc_hash_descriptor hash_descriptor[TAB_SIZE] = {
Dcrypt_prng_descriptor.c17 struct ltc_prng_descriptor prng_descriptor[TAB_SIZE] = {
Dcrypt_prng_is_valid.c26 if (idx < 0 || idx >= TAB_SIZE || prng_descriptor[idx].name == NULL) { in prng_is_valid()
Dcrypt_cipher_is_valid.c26 if (idx < 0 || idx >= TAB_SIZE || cipher_descriptor[idx].name == NULL) { in cipher_is_valid()
Dcrypt_hash_is_valid.c26 if (idx < 0 || idx >= TAB_SIZE || hash_descriptor[idx].name == NULL) { in hash_is_valid()
Dcrypt_find_hash_id.c27 for (x = 0; x < TAB_SIZE; x++) { in find_hash_id()
Dcrypt_find_cipher_id.c27 for (x = 0; x < TAB_SIZE; x++) { in find_cipher_id()
Dcrypt_cipher_descriptor.c18 struct ltc_cipher_descriptor cipher_descriptor[TAB_SIZE] = {
Dcrypt_find_prng.c28 for (x = 0; x < TAB_SIZE; x++) { in find_prng()
Dcrypt_find_hash.c28 for (x = 0; x < TAB_SIZE; x++) { in find_hash()
Dcrypt_find_cipher.c28 for (x = 0; x < TAB_SIZE; x++) { in find_cipher()
Dcrypt_unregister_hash.c31 for (x = 0; x < TAB_SIZE; x++) { in unregister_hash()
Dcrypt_unregister_prng.c31 for (x = 0; x < TAB_SIZE; x++) { in unregister_prng()
Dcrypt_unregister_cipher.c31 for (x = 0; x < TAB_SIZE; x++) { in unregister_cipher()
Dcrypt_find_hash_oid.c23 for (x = 0; x < TAB_SIZE; x++) { in find_hash_oid()
Dcrypt_find_cipher_any.c35 for (x = 0; x < TAB_SIZE; x++) { in find_cipher_any()
Dcrypt_find_hash_any.c34 for (x = 0; x < TAB_SIZE; x++) { in find_hash_any()
/external/dropbear/libtommath/
Dbn_s_mp_exptmod.c18 #define TAB_SIZE 32 macro
20 #define TAB_SIZE 256 macro
25 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod()
Dbn_mp_exptmod_fast.c27 #define TAB_SIZE 32 macro
29 #define TAB_SIZE 256 macro
34 mp_int M[TAB_SIZE], res; in mp_exptmod_fast()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt.h27 #define TAB_SIZE 4 macro
/external/mesa3d/doxygen/
Dmath_subset.doxy34 TAB_SIZE = 8
/external/chromium_org/third_party/mesa/src/doxygen/
Dmath_subset.doxy34 TAB_SIZE = 8

123