Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/android_avb/
H A Davb_atx_ops.h62 AvbIOResult (*read_permanent_attributes_hash)( member
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/cmd/
H A Dboot_android.c529 if (ops->atx_ops->read_permanent_attributes_hash(ops->atx_ops, hash) != 0) { in do_perm_attr_test()
/rk3399_rockchip-uboot/lib/avb/libavb_user/
H A Davb_ops_user.c650 ops->atx_ops->read_permanent_attributes_hash = avb_read_perm_attr_hash; in avb_ops_user_new()