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

  /external/avb/libavb/
avb_hashtree_descriptor.c 43 dest->dm_verity_version = avb_be32toh(dest->dm_verity_version);
47 dest->data_block_size = avb_be32toh(dest->data_block_size);
48 dest->hash_block_size = avb_be32toh(dest->hash_block_size);
49 dest->fec_num_roots = avb_be32toh(dest->fec_num_roots);
52 dest->partition_name_len = avb_be32toh(dest->partition_name_len);
53 dest->salt_len = avb_be32toh(dest->salt_len);
54 dest->root_digest_len = avb_be32toh(dest->root_digest_len);
55 dest->flags = avb_be32toh(dest->flags);
avb_chain_partition_descriptor.c 43 dest->rollback_index_location = avb_be32toh(dest->rollback_index_location);
44 dest->partition_name_len = avb_be32toh(dest->partition_name_len);
45 dest->public_key_len = avb_be32toh(dest->public_key_len);
avb_hash_descriptor.c 44 dest->partition_name_len = avb_be32toh(dest->partition_name_len);
45 dest->salt_len = avb_be32toh(dest->salt_len);
46 dest->digest_len = avb_be32toh(dest->digest_len);
47 dest->flags = avb_be32toh(dest->flags);
avb_footer.c 31 dest->version_major = avb_be32toh(dest->version_major);
32 dest->version_minor = avb_be32toh(dest->version_minor);
avb_kernel_cmdline_descriptor.c 43 dest->flags = avb_be32toh(dest->flags);
44 dest->kernel_cmdline_length = avb_be32toh(dest->kernel_cmdline_length);
avb_vbmeta_image.c 246 avb_be32toh(dest->required_libavb_version_major);
248 avb_be32toh(dest->required_libavb_version_minor);
255 dest->algorithm_type = avb_be32toh(dest->algorithm_type);
274 dest->flags = avb_be32toh(dest->flags);
avb_util.h 150 uint32_t avb_be32toh(uint32_t in) AVB_ATTR_WARN_UNUSED_RESULT;
avb_rsa.c 94 key->n[i] = avb_be32toh(((uint32_t*)n)[key->len - i - 1]);
95 key->rr[i] = avb_be32toh(((uint32_t*)rr)[key->len - i - 1]);
avb_util.c 29 uint32_t avb_be32toh(uint32_t in) { function
avb_crypto.c 368 dest->key_num_bits = avb_be32toh(dest->key_num_bits);
369 dest->n0inv = avb_be32toh(dest->n0inv);
  /external/avb/libavb_user/
avb_user_verification.c 153 flags = avb_be32toh(header->flags);
192 flags = avb_be32toh(header->flags);
avb_user_verity.c 153 flags = avb_be32toh(header->flags);
191 flags = avb_be32toh(header->flags);
  /external/avb/libavb_ab/
avb_ab_flow.c 35 dest->crc32 = avb_be32toh(dest->crc32);
  /external/avb/test/
avb_util_unittest.cc 522 EXPECT_EQ(avb_be32toh(0x12345678), be32toh(0x12345678));

Completed in 122 milliseconds