Searched refs:TAB_SIZE (Results 1 – 22 of 22) sorted by relevance
30 for (x = 0; x < TAB_SIZE; x++) { in register_hash()38 for (x = 0; x < TAB_SIZE; x++) { in register_hash()
30 for (x = 0; x < TAB_SIZE; x++) { in register_prng()38 for (x = 0; x < TAB_SIZE; x++) { in register_prng()
30 for (x = 0; x < TAB_SIZE; x++) { in register_cipher()38 for (x = 0; x < TAB_SIZE; x++) { in register_cipher()
17 const struct ltc_cipher_descriptor *cipher_descriptor[TAB_SIZE];
17 const struct ltc_hash_descriptor *hash_descriptor[TAB_SIZE];
16 const struct ltc_prng_descriptor *prng_descriptor[TAB_SIZE];
25 if (idx < 0 || idx >= TAB_SIZE || cipher_descriptor[idx] == NULL) { in cipher_is_valid()
25 if (idx < 0 || idx >= TAB_SIZE || hash_descriptor[idx] == NULL) { in hash_is_valid()
25 if (idx < 0 || idx >= TAB_SIZE || prng_descriptor[idx] == NULL) { in prng_is_valid()
26 for (x = 0; x < TAB_SIZE; x++) { in find_hash_id()
26 for (x = 0; x < TAB_SIZE && cipher_descriptor[x] != NULL; x++) { in find_cipher_id()
27 for (x = 0; x < TAB_SIZE; x++) { in find_cipher()
27 for (x = 0; x < TAB_SIZE; x++) { in find_hash()
27 for (x = 0; x < TAB_SIZE; x++) { in find_prng()
30 for (x = 0; x < TAB_SIZE; x++) { in unregister_cipher()
30 for (x = 0; x < TAB_SIZE; x++) { in unregister_hash()
30 for (x = 0; x < TAB_SIZE; x++) { in unregister_prng()
22 for (x = 0; x < TAB_SIZE; x++) { in find_hash_oid()
34 for (x = 0; x < TAB_SIZE; x++) { in find_cipher_any()
33 for (x = 0; x < TAB_SIZE; x++) { in find_hash_any()
170 _C_STRINGIFY(TAB_SIZE),
36 #ifndef TAB_SIZE38 #define TAB_SIZE 34 macro
Completed in 21 milliseconds