Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/measured_boot/rse/
H A Ddice_prot_env.c46 DiceInputValues *dice_inputs) in map_metadata_to_dice_inputs() argument
49 memcpy(dice_inputs->authority_hash, metadata->signer_id, in map_metadata_to_dice_inputs()
54 dice_inputs->code_descriptor = metadata->sw_type; in map_metadata_to_dice_inputs()
55 dice_inputs->code_descriptor_size = metadata->sw_type_size; in map_metadata_to_dice_inputs()
78 DiceInputValues dice_inputs = { 0 }; in dpe_measure_and_record() local
99 dice_inputs.code_hash); in dpe_measure_and_record()
104 map_metadata_to_dice_inputs(metadata, &dice_inputs); in dpe_measure_and_record()
117 &dice_inputs, in dpe_measure_and_record()
/rk3399_ARM-atf/lib/psa/
H A Ddice_protection_environment.c79 const DiceInputValues *dice_inputs; member
172 encode_dice_inputs(&encode_ctx, args->dice_inputs); in encode_derive_context()
276 const DiceInputValues *dice_inputs, in dpe_derive_context() argument
302 dice_inputs, in dpe_derive_context()
/rk3399_ARM-atf/include/lib/psa/
H A Ddice_protection_environment.h86 const DiceInputValues *dice_inputs,
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst708 const DiceInputValues *dice_inputs,