/external/vboot_reference/firmware/lib21/ |
api.c | 49 uint32_t hash_offset; local 61 hash_offset = pre->hash_offset; 64 ((uint8_t *)pre + hash_offset); 69 hash_offset += sig->c.total_size;
|
common.c | 382 uint32_t min_offset = 0, hash_offset; local 407 hash_offset = preamble->hash_offset; 408 for (i = 0; i < preamble->hash_count; i++, hash_offset = min_offset) { 411 hash_offset); 416 ((uint8_t *)preamble + hash_offset); 420 sig, preamble->c.total_size - hash_offset);
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
codesign.h | 49 unsigned char hash_offset[4]; member in struct:mach_o_codesign_codedirectory_external_v1 65 unsigned int hash_offset; member in struct:mach_o_codesign_codedirectory_v1
|
/system/extras/libfec/ |
fec_read.cpp | 93 uint64_t hash_offset = (offset / FEC_BLOCKSIZE) * SHA256_DIGEST_LENGTH; local 95 if (unlikely(hash_offset > 100 return !memcmp(v->zero_hash, &v->hash[hash_offset], SHA256_DIGEST_LENGTH);
|
fec_verity.cpp | 159 static bool ecc_read_hashes(fec_handle *f, uint64_t hash_offset, 164 if (hash && fec_pread(f, hash, SHA256_DIGEST_LENGTH, hash_offset) != 166 error("failed to read hash tree: offset %" PRIu64 ": %s", hash_offset, 203 uint64_t hash_offset = v->hash_start; local 204 uint64_t data_offset = hash_offset + FEC_BLOCKSIZE; 209 if (!raw_pread(f, data, FEC_BLOCKSIZE, hash_offset) || 212 if (!ecc_read_hashes(f, 0, NULL, hash_offset, data) || 217 !raw_pwrite(f, data, FEC_BLOCKSIZE, hash_offset)) { 262 data_offset = hash_offset + FEC_BLOCKSIZE; 271 hash_offset + j * SHA256_DIGEST_LENGTH) | [all...] |
/external/vboot_reference/firmware/lib21/include/ |
vb2_struct.h | 306 * 3) Hashes (pointed to by h.hash_offset) 337 uint32_t hash_offset; member in struct:vb2_fw_preamble
|
/external/valgrind/coregrind/m_debuginfo/ |
readpdb.c | 389 unsigned long hash_offset; member in struct:_PDB_TYPES [all...] |