Home
last modified time | relevance | path

Searched refs:algorithm_type (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/lib/libavb/
Davb_vbmeta_image.c130 if (h.algorithm_type == AVB_ALGORITHM_TYPE_NONE) { in avb_vbmeta_image_verify()
136 algorithm = avb_get_algorithm_data(h.algorithm_type); in avb_vbmeta_image_verify()
156 switch (h.algorithm_type) { in avb_vbmeta_image_verify()
236 dest->algorithm_type = avb_be32toh(dest->algorithm_type); in avb_vbmeta_image_header_to_host_byte_order()
Davb_cmdline.h48 AvbAlgorithmType algorithm_type,
Davb_vbmeta_image.h121 uint32_t algorithm_type; member
Davb_cmdline.c203 AvbAlgorithmType algorithm_type, in avb_append_options() argument
247 switch (algorithm_type) { in avb_append_options()
Davb_slot_verify.c1057 *out_algorithm_type = (AvbAlgorithmType)vbmeta_header.algorithm_type; in load_and_verify_vbmeta()
1083 AvbAlgorithmType algorithm_type = AVB_ALGORITHM_TYPE_NONE; in avb_slot_verify() local
1150 &algorithm_type, in avb_slot_verify()
1199 algorithm_type, in avb_slot_verify()
/external/avb/libavb/
Davb_vbmeta_image.c149 if (h.algorithm_type == AVB_ALGORITHM_TYPE_NONE) { in avb_vbmeta_image_verify()
155 algorithm = avb_get_algorithm_data(h.algorithm_type); in avb_vbmeta_image_verify()
175 switch (h.algorithm_type) { in avb_vbmeta_image_verify()
255 dest->algorithm_type = avb_be32toh(dest->algorithm_type); in avb_vbmeta_image_header_to_host_byte_order()
Davb_cmdline.h67 AvbAlgorithmType algorithm_type,
Davb_vbmeta_image.h140 uint32_t algorithm_type; member
Davb_cmdline.c230 AvbAlgorithmType algorithm_type, in avb_append_options() argument
275 switch (algorithm_type) { in avb_append_options()
Davb_slot_verify.c1174 *out_algorithm_type = (AvbAlgorithmType)vbmeta_header.algorithm_type; in load_and_verify_vbmeta()
1324 AvbAlgorithmType algorithm_type = AVB_ALGORITHM_TYPE_NONE; in avb_slot_verify() local
1403 &algorithm_type, in avb_slot_verify()
1476 algorithm_type, in avb_slot_verify()
/external/avb/
Davbtool82 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument
84 self.algorithm_type = algorithm_type
98 algorithm_type=0, # AVB_ALGORITHM_TYPE_NONE
105 algorithm_type=1, # AVB_ALGORITHM_TYPE_SHA256_RSA2048
119 algorithm_type=2, # AVB_ALGORITHM_TYPE_SHA256_RSA4096
133 algorithm_type=3, # AVB_ALGORITHM_TYPE_SHA256_RSA8192
147 algorithm_type=4, # AVB_ALGORITHM_TYPE_SHA512_RSA2048
161 algorithm_type=5, # AVB_ALGORITHM_TYPE_SHA512_RSA4096
175 algorithm_type=6, # AVB_ALGORITHM_TYPE_SHA512_RSA8192
435 if alg_data.algorithm_type == alg_type:
[all …]
/external/avb/test/
Davb_vbmeta_image_unittest.cc374 h->algorithm_type = htobe32(_AVB_ALGORITHM_NUM_TYPES); in TEST_F()
509 h.algorithm_type = htobe32(n32); in TEST_F()
549 EXPECT_EQ(n32, s.algorithm_type); in TEST_F()