Home
last modified time | relevance | path

Searched refs:permanent_attributes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c265 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_validate_vbmeta_public_key() local
276 &permanent_attributes); in avb_atx_validate_vbmeta_public_key()
287 if (!verify_permanent_attributes(&permanent_attributes, in avb_atx_validate_vbmeta_public_key()
311 permanent_attributes.product_root_public_key, in avb_atx_validate_vbmeta_public_key()
327 permanent_attributes.product_id)) { in avb_atx_validate_vbmeta_public_key()
361 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_generate_unlock_challenge() local
364 result = atx_ops->read_permanent_attributes(atx_ops, &permanent_attributes); in avb_atx_generate_unlock_challenge()
377 sha256(permanent_attributes.product_id, in avb_atx_generate_unlock_challenge()
391 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_validate_unlock_credential() local
408 result = atx_ops->read_permanent_attributes(atx_ops, &permanent_attributes); in avb_atx_validate_unlock_credential()
[all …]
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/
H A Davb_user_tool.sh46 …python $SCRIPTS/avbtool make_atx_permanent_attributes --output=avb_keys/permanent_attributes.bin -…
146 …openssl dgst -sha256 -out $KEYS/permanent_attributes_cer.bin -sign $2 $KEYS/permanent_attributes.b…