Searched refs:permanent_attributes (Results 1 – 1 of 1) sorted by relevance
196 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_validate_vbmeta_public_key() local207 &permanent_attributes); in avb_atx_validate_vbmeta_public_key()218 if (!verify_permanent_attributes(&permanent_attributes, in avb_atx_validate_vbmeta_public_key()242 permanent_attributes.product_root_public_key, in avb_atx_validate_vbmeta_public_key()258 permanent_attributes.product_id)) { in avb_atx_validate_vbmeta_public_key()292 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_generate_unlock_challenge() local295 result = atx_ops->read_permanent_attributes(atx_ops, &permanent_attributes); in avb_atx_generate_unlock_challenge()308 sha256(permanent_attributes.product_id, in avb_atx_generate_unlock_challenge()322 AvbAtxPermanentAttributes permanent_attributes; in avb_atx_validate_unlock_credential() local339 result = atx_ops->read_permanent_attributes(atx_ops, &permanent_attributes); in avb_atx_validate_unlock_credential()[all …]