Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_atx_ops.h62 AvbIOResult (*read_permanent_attributes_hash)( member
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c281 result = ops->atx_ops->read_permanent_attributes_hash( in avb_atx_validate_vbmeta_public_key()
413 result = atx_ops->read_permanent_attributes_hash(atx_ops, in avb_atx_validate_unlock_credential()
/OK3568_Linux_fs/u-boot/cmd/
H A Dboot_android.c529 if (ops->atx_ops->read_permanent_attributes_hash(ops->atx_ops, hash) != 0) { in do_perm_attr_test()
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c635 ops->atx_ops->read_permanent_attributes_hash = avb_read_perm_attr_hash; in avb_ops_user_new()