Home
last modified time | relevance | path

Searched refs:AvbAtxPermanentAttributes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c76 const AvbAtxPermanentAttributes* attributes, in verify_permanent_attributes()
130 sha256((const uint8_t*)attributes, sizeof(AvbAtxPermanentAttributes), hash); in verify_permanent_attributes()
141 sha256((const uint8_t*)attributes, sizeof(AvbAtxPermanentAttributes), hash); in verify_permanent_attributes()
265 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_validate_vbmeta_public_key()
361 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_generate_unlock_challenge()
391 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_validate_unlock_credential()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_atx_types.h51 typedef struct AvbAtxPermanentAttributes { struct
55 } AVB_ATTR_PACKED AvbAtxPermanentAttributes; argument
H A Davb_atx_ops.h56 AvbAtxOps* atx_ops, AvbAtxPermanentAttributes* attributes);
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c370 AvbAtxPermanentAttributes *attributes) in avb_read_perm_attr()
375 sizeof(struct AvbAtxPermanentAttributes)); in avb_read_perm_attr()