Searched refs:algorithm_type (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_vbmeta_image.c | 150 if (h.algorithm_type == AVB_ALGORITHM_TYPE_NONE) { in avb_vbmeta_image_verify() 156 algorithm = avb_get_algorithm_data(h.algorithm_type); in avb_vbmeta_image_verify() 176 switch (h.algorithm_type) { in avb_vbmeta_image_verify() 261 dest->algorithm_type = avb_be32toh(dest->algorithm_type); in avb_vbmeta_image_header_to_host_byte_order()
|
| H A D | avb_cmdline.c | 239 AvbAlgorithmType algorithm_type, in avb_append_options() argument 288 switch (algorithm_type) { in avb_append_options()
|
| H A D | avb_slot_verify.c | 1230 *out_algorithm_type = (AvbAlgorithmType)vbmeta_header.algorithm_type; in load_and_verify_vbmeta() 1380 AvbAlgorithmType algorithm_type = AVB_ALGORITHM_TYPE_NONE; in avb_slot_verify() local 1485 &algorithm_type, in avb_slot_verify() 1506 &algorithm_type, in avb_slot_verify() 1586 algorithm_type, in avb_slot_verify()
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 83 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument 85 self.algorithm_type = algorithm_type 99 algorithm_type=0, # AVB_ALGORITHM_TYPE_NONE 106 algorithm_type=1, # AVB_ALGORITHM_TYPE_SHA256_RSA2048 120 algorithm_type=2, # AVB_ALGORITHM_TYPE_SHA256_RSA4096 134 algorithm_type=3, # AVB_ALGORITHM_TYPE_SHA256_RSA8192 148 algorithm_type=4, # AVB_ALGORITHM_TYPE_SHA512_RSA2048 162 algorithm_type=5, # AVB_ALGORITHM_TYPE_SHA512_RSA4096 176 algorithm_type=6, # AVB_ALGORITHM_TYPE_SHA512_RSA8192 436 if alg_data.algorithm_type == alg_type: [all …]
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | avb_cmdline.h | 72 AvbAlgorithmType algorithm_type,
|
| H A D | avb_vbmeta_image.h | 142 uint32_t algorithm_type; member
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 86 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument 88 self.algorithm_type = algorithm_type 102 algorithm_type=0, # AVB_ALGORITHM_TYPE_NONE 109 algorithm_type=1, # AVB_ALGORITHM_TYPE_SHA256_RSA2048 123 algorithm_type=2, # AVB_ALGORITHM_TYPE_SHA256_RSA4096 137 algorithm_type=3, # AVB_ALGORITHM_TYPE_SHA256_RSA8192 151 algorithm_type=4, # AVB_ALGORITHM_TYPE_SHA512_RSA2048 165 algorithm_type=5, # AVB_ALGORITHM_TYPE_SHA512_RSA4096 179 algorithm_type=6, # AVB_ALGORITHM_TYPE_SHA512_RSA8192 512 if alg_data.algorithm_type == alg_type: [all …]
|