HomeSort by relevance Sort by last modified time
    Searched refs:authentication_data_block_size (Results 1 - 11 of 11) sorted by null

  /external/avb/libavb/
avb_vbmeta_image.c 88 if ((h.authentication_data_block_size & 0x3f) != 0 ||
96 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) ||
116 hash_end > h.authentication_data_block_size) {
122 signature_end > h.authentication_data_block_size) {
173 auxiliary_block = authentication_block + h.authentication_data_block_size;
250 dest->authentication_data_block_size =
251 avb_be64toh(dest->authentication_data_block_size);
avb_vbmeta_image.h 79 * The "Authentication data" block is |authentication_data_block_size|
135 uint64_t authentication_data_block_size; member in struct:AvbVBMetaImageHeader
avb_descriptor.c 79 avb_be64toh(header->authentication_data_block_size) +
avb_slot_verify.c 793 vbmeta_header.authentication_data_block_size +
868 vbmeta_header.authentication_data_block_size +
    [all...]
  /external/u-boot/lib/libavb/
avb_vbmeta_image.c 69 if ((h.authentication_data_block_size & 0x3f) != 0 ||
77 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) ||
97 hash_end > h.authentication_data_block_size) {
103 signature_end > h.authentication_data_block_size) {
154 auxiliary_block = authentication_block + h.authentication_data_block_size;
231 dest->authentication_data_block_size =
232 avb_be64toh(dest->authentication_data_block_size);
avb_vbmeta_image.h 60 * The "Authentication data" block is |authentication_data_block_size|
116 uint64_t authentication_data_block_size; member in struct:AvbVBMetaImageHeader
avb_descriptor.c 60 avb_be64toh(header->authentication_data_block_size) +
avb_slot_verify.c 680 vbmeta_header.authentication_data_block_size +
755 vbmeta_header.authentication_data_block_size +
    [all...]
  /external/avb/test/
avb_vbmeta_image_unittest.cc 205 h->authentication_data_block_size = htobe64(size);
221 h->authentication_data_block_size = htobe64(size);
248 h->authentication_data_block_size =
249 htobe32(be32toh(h->authentication_data_block_size) - 32);
278 h->hash_size = htobe64(be64toh(h->authentication_data_block_size));
302 h->signature_size = htobe64(be64toh(h->authentication_data_block_size));
447 authentication_block_offset + h.authentication_data_block_size;
486 ASSERT_LT(offset + 1, h.authentication_data_block_size);
489 h.authentication_data_block_size - offset));
505 h.authentication_data_block_size = htobe64(n64)
    [all...]
avbtool_unittest.cc 152 sizeof(AvbVBMetaImageHeader) + h.authentication_data_block_size;
333 h.authentication_data_block_size + h.public_key_offset;
    [all...]
  /external/avb/
avbtool 511 aux_offset = auth_offset + vbmeta_header.authentication_data_block_size
    [all...]

Completed in 725 milliseconds