Searched refs:hash_size (Results 1 - 25 of 37) sorted by relevance

12

/external/webp/src/utils/
H A Dcolor_cache.c23 const int hash_size = 1 << hash_bits; local
26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub.c118 VbError_t VbExEcHashRW(int devidx, const uint8_t **hash, int *hash_size) argument
123 *hash_size = sizeof(fake_hash);
137 const uint8_t **hash, int *hash_size)
142 *hash_size = sizeof(fake_hash);
136 VbExEcGetExpectedRWHash(int devidx, enum VbSelectFirmware_t select, const uint8_t **hash, int *hash_size) argument
/external/e2fsprogs/e2fsck/
H A Drevoke.c94 int hash_size; member in struct:jbd_revoke_table_s
117 (block << (hash_shift - 12))) & (table->hash_size - 1);
200 int journal_init_revoke(journal_t *journal, int hash_size) argument
210 /* Check that the hash_size is a power of two */
211 J_ASSERT ((hash_size & (hash_size-1)) == 0);
213 journal->j_revoke->hash_size = hash_size;
216 tmp = hash_size;
222 kmalloc(hash_size * sizeo
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.c46 rl->hash_size = MD5_MAC_LEN;
49 rl->hash_size = SHA1_MAC_LEN;
52 rl->hash_size = SHA256_MAC_LEN;
208 rl->hash_size);
219 if (clen < rl->hash_size) {
427 if (plen < rl->hash_size) {
434 plen -= rl->hash_size;
437 rl->hash_size);
458 if (hlen != rl->hash_size ||
H A Dtlsv1_record.h41 size_t hash_size; member in struct:tlsv1_record_layer
H A Dtlsv1_client.c78 key_block_len = 2 * (conn->rl.hash_size + conn->rl.key_material_len);
94 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size);
95 pos += conn->rl.hash_size;
97 os_memcpy(conn->rl.read_mac_secret, pos, conn->rl.hash_size);
98 pos += conn->rl.hash_size;
751 return 2 * (conn->rl.hash_size + conn->rl.key_material_len +
H A Dtlsv1_server.c85 key_block_len = 2 * (conn->rl.hash_size + conn->rl.key_material_len +
100 os_memcpy(conn->rl.read_mac_secret, pos, conn->rl.hash_size);
101 pos += conn->rl.hash_size;
103 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size);
104 pos += conn->rl.hash_size;
647 return 2 * (conn->rl.hash_size + conn->rl.key_material_len +
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.c46 rl->hash_size = MD5_MAC_LEN;
49 rl->hash_size = SHA1_MAC_LEN;
52 rl->hash_size = SHA256_MAC_LEN;
208 rl->hash_size);
219 if (clen < rl->hash_size) {
427 if (plen < rl->hash_size) {
434 plen -= rl->hash_size;
437 rl->hash_size);
458 if (hlen != rl->hash_size ||
H A Dtlsv1_record.h41 size_t hash_size; member in struct:tlsv1_record_layer
H A Dtlsv1_client.c78 key_block_len = 2 * (conn->rl.hash_size + conn->rl.key_material_len);
94 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size);
95 pos += conn->rl.hash_size;
97 os_memcpy(conn->rl.read_mac_secret, pos, conn->rl.hash_size);
98 pos += conn->rl.hash_size;
751 return 2 * (conn->rl.hash_size + conn->rl.key_material_len +
H A Dtlsv1_server.c85 key_block_len = 2 * (conn->rl.hash_size + conn->rl.key_material_len +
100 os_memcpy(conn->rl.read_mac_secret, pos, conn->rl.hash_size);
101 pos += conn->rl.hash_size;
103 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size);
104 pos += conn->rl.hash_size;
647 return 2 * (conn->rl.hash_size + conn->rl.key_material_len +
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.c46 rl->hash_size = MD5_MAC_LEN;
49 rl->hash_size = SHA1_MAC_LEN;
52 rl->hash_size = SHA256_MAC_LEN;
208 rl->hash_size);
219 if (clen < rl->hash_size) {
427 if (plen < rl->hash_size) {
434 plen -= rl->hash_size;
437 rl->hash_size);
458 if (hlen != rl->hash_size ||
H A Dtlsv1_record.h41 size_t hash_size; member in struct:tlsv1_record_layer
H A Dtlsv1_client.c78 key_block_len = 2 * (conn->rl.hash_size + conn->rl.key_material_len);
94 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size);
95 pos += conn->rl.hash_size;
97 os_memcpy(conn->rl.read_mac_secret, pos, conn->rl.hash_size);
98 pos += conn->rl.hash_size;
751 return 2 * (conn->rl.hash_size + conn->rl.key_material_len +
/external/fio/t/
H A Dgenzipf.c36 static unsigned long hash_size = 1 << 24; variable
196 hash_size = nranges;
197 while ((hash_size >>= 1) != 0)
200 hash_size = 1 << hash_bits;
202 hash = malloc(hash_size * sizeof(struct flist_head));
203 for (i = 0; i < hash_size; i++)
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c170 int hash_size = cso_hash_size(hash); local
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
/external/vboot_reference/firmware/2lib/
H A D2rsa.c247 uint32_t hash_size = vb2_digest_size(key->hash_alg); local
248 uint32_t pad_size = sig_size - hash_size;
254 if (!sig_size || !hash_size || hash_size > sig_size)
/external/vboot_reference/tests/
H A Dvboot_api_kernel3_tests.c143 VbError_t VbExEcHashRW(int devidx, const uint8_t **hash, int *hash_size) argument
146 *hash_size = mock_ec_hash_size;
160 const uint8_t **hash, int *hash_size)
163 *hash_size = want_ec_hash_size;
159 VbExEcGetExpectedRWHash(int devidx, enum VbSelectFirmware_t select, const uint8_t **hash, int *hash_size) argument
/external/e2fsprogs/intl/
H A DgettextP.h109 nls_uint32 hash_size; member in struct:loaded_domain
H A Dloadmsgcat.c1044 domain->hash_size = W (domain->must_swap, data->hash_tab_size);
1046 (domain->hash_size > 2
1123 memneed = domain->hash_size * sizeof (nls_uint32);
1200 mem += domain->hash_size * sizeof (nls_uint32);
1318 for (i = 0; i < domain->hash_size; i++)
1325 nls_uint32 idx = hash_val % domain->hash_size;
1327 1 + (hash_val % (domain->hash_size - 2));
1338 if (idx >= domain->hash_size - incr)
1339 idx -= domain->hash_size - incr;
/external/dnsmasq/src/
H A Dcache.c26 static int bignames_left, hash_size; variable
108 /* hash_size is a power of two. */
114 else if (new_size <= hash_size || !(new = whine_malloc(new_size * sizeof(struct crec *))))
121 old_size = hash_size;
123 hash_size = new_size;
150 /* hash_size is a power of two */
151 return hash_table + ((val ^ (val >> 16)) & (hash_size - 1));
307 for (i = 0; i < hash_size; i++)
600 for (i=0; i<hash_size; i++)
673 for (i=0; i<hash_size;
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c138 #define TDB_HASHTABLE_SIZE(tdb) ((tdb->header.hash_size+1)*sizeof(tdb_off_t))
139 #define TDB_DATA_START(hash_size) TDB_HASH_TOP(hash_size-1)
160 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
192 u32 hash_size; /* number of hash entries */ member in struct:tdb_header
419 if (list < -1 || list >= (int)tdb->header.hash_size) {
518 if (list < -1 || list >= (int)tdb->header.hash_size) {
519 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_unlock: list %d invalid (%d)\n", list, tdb->header.hash_size));
644 0, 4*tdb->header.hash_size)) {
682 0, 4*tdb->header.hash_size)) {
3724 tdb_new_database(struct tdb_context *tdb, int hash_size) argument
3793 tdb_open(const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode) argument
3806 tdb_open_ex(const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode, const struct tdb_logging_context *log_ctx, tdb_hash_func hash_fn) argument
[all...]
H A Dtdb.h145 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags,
147 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
/external/vboot_reference/firmware/include/
H A Dvboot_api.h879 VbError_t VbExEcHashRW(int devidx, const uint8_t **hash, int *hash_size);
893 const uint8_t **hash, int *hash_size);
/external/boringssl/src/ssl/
H A Dt1_enc.c521 size_t hash_size; local
529 hash_size = EVP_MD_size(md);
531 hash_size > out_len ||
534 digest_len != hash_size /* internal error */) {

Completed in 602 milliseconds

12