Home
last modified time | relevance | path

Searched defs:tlv_type (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_status.h75 #define GET_MAJOR(tlv_type) ((uint16_t)(tlv_type) >> MAJOR_POS) argument
76 #define GET_MINOR(tlv_type) ((tlv_type) & MINOR_MASK) argument
105 #define GET_IAS_MODULE(tlv_type) ((uint16_t)GET_MINOR(tlv_type) >> MODULE_POS) argument
106 #define GET_IAS_CLAIM(tlv_type) (GET_MINOR(tlv_type) & CLAIM_MASK) argument
173 uint16_t tlv_type; member
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py25 def get_tlv_type_string(tlv_type): argument
/mcuboot-latest/scripts/imgtool/
Dimage.py235 def get_digest(tlv_type, hash_region): argument
242 def tlv_matches_key_type(tlv_type, key): argument