Lines Matching refs:permanent_attributes
265 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()
419 if (!verify_permanent_attributes(&permanent_attributes, in avb_atx_validate_unlock_credential()
433 permanent_attributes.product_root_public_key, in avb_atx_validate_unlock_credential()
450 permanent_attributes.product_id)) { in avb_atx_validate_unlock_credential()