Searched refs:TAB_SIZE (Results 1 - 25 of 28) sorted by relevance

12

/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_hash_descriptor.c18 struct ltc_hash_descriptor hash_descriptor[TAB_SIZE] = {
H A Dcrypt_prng_descriptor.c17 struct ltc_prng_descriptor prng_descriptor[TAB_SIZE] = {
H A Dcrypt_cipher_is_valid.c26 if (idx < 0 || idx >= TAB_SIZE || cipher_descriptor[idx].name == NULL) {
H A Dcrypt_hash_is_valid.c26 if (idx < 0 || idx >= TAB_SIZE || hash_descriptor[idx].name == NULL) {
H A Dcrypt_prng_is_valid.c26 if (idx < 0 || idx >= TAB_SIZE || prng_descriptor[idx].name == NULL) {
H A Dcrypt_register_hash.c31 for (x = 0; x < TAB_SIZE; x++) {
39 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_register_prng.c31 for (x = 0; x < TAB_SIZE; x++) {
39 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_register_cipher.c31 for (x = 0; x < TAB_SIZE; x++) {
39 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_cipher_descriptor.c18 struct ltc_cipher_descriptor cipher_descriptor[TAB_SIZE] = {
H A Dcrypt_find_cipher.c28 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_find_cipher_id.c27 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_find_hash.c28 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_find_hash_id.c27 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_find_hash_oid.c23 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_find_prng.c28 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_unregister_cipher.c31 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_unregister_hash.c31 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_unregister_prng.c31 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_find_cipher_any.c35 for (x = 0; x < TAB_SIZE; x++) {
H A Dcrypt_find_hash_any.c34 for (x = 0; x < TAB_SIZE; x++) {
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt.h27 #define TAB_SIZE 4 macro
/external/dropbear/libtommath/
H A Dbn_s_mp_exptmod.c18 #define TAB_SIZE 32 macro
20 #define TAB_SIZE 256 macro
25 mp_int M[TAB_SIZE], res, mu;
H A Dbn_mp_exptmod_fast.c27 #define TAB_SIZE 32 macro
29 #define TAB_SIZE 256 macro
34 mp_int M[TAB_SIZE], res;
/external/libvpx/libvpx/
H A Dlibs.doxy_template174 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
177 TAB_SIZE = 4
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c1879 #define TAB_SIZE 32 macro
1881 #define TAB_SIZE 256 macro
1886 mp_int M[TAB_SIZE], res, mu;
2962 mp_int M[TAB_SIZE], res;

Completed in 124 milliseconds

12