Home
last modified time | relevance | path

Searched defs:dice_chain (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_fake_chain/src/
Dservice_vm.rs134 let dice_chain = Value::Array(vec![ in fake_dice_artifacts_up_to_pvmfw() localVariable
141 let dice_chain = dice_chain.to_vec().map_err(|e| { in fake_dice_artifacts_up_to_pvmfw() localVariable
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/rkp/
H A Dprotected_data.rs10 dice_chain: ChainForm, field
30 pub fn dice_chain(&self) -> ChainForm { in dice_chain() method
H A Dcsr.rs53 pub fn dice_chain(&self) -> ChainForm { in dice_chain() method
/aosp_15_r20/hardware/interfaces/security/secretkeeper/aidl/vts/
H A Dsecretkeeper_test_client.rs654 let dice_chain = make_explicit_owned_dice(/*Security version in a node */ 5); in secret_management_replay_protection_seq_num() localVariable
690 let dice_chain = make_explicit_owned_dice(/*Security version in a node */ 5); in secret_management_replay_protection_seq_num_per_session() localVariable
721 let dice_chain = make_explicit_owned_dice(/*Security version in a node */ 5); in secret_management_replay_protection_out_of_seq_req_not_accepted() localVariable
747 let dice_chain = make_explicit_owned_dice(/*Security version in a node */ 100); in secret_management_policy_gate() localVariable
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
H A Dprotected_data.rs100 let dice_chain = in from_cbor_bytes() localVariable
102 let dice_chain = ChainForm::from_value(session, dice_chain)?; in from_cbor_bytes() localVariable
H A Dcsr.rs146 let dice_chain = ChainForm::from_value(session, raw_dice_chain)?; in v3_from_authenticated_request() localVariable
/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/native/
Dhwtrust_jni.rs58 let dice_chain = env.convert_byte_array(jdice_chain)?; in validate_dice_chain() localVariable
/aosp_15_r20/external/gsc-utils/boot_param/
H A Dtest.c130 uint8_t dice_chain[DICE_CHAIN_SIZE]; in test_boot_param() local
/aosp_15_r20/system/secretkeeper/client/src/
H A Ddice.rs82 let dice_chain = deserialize_cbor_array(dice_chain_bytes)?; in to_explicit_chain() localVariable
/aosp_15_r20/system/secretkeeper/dice_policy/building/src/
H A Dlib.rs229 let dice_chain = deserialize_cbor_array(explicit_key_dice_chain)?; in policy_for_dice_chain() localVariable
/aosp_15_r20/system/secretkeeper/dice_policy/src/
H A Dlib.rs206 let dice_chain = deserialize_cbor_array(dice_chain)?; in matches_dice_chain() localVariable
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddice.rs438 let dice_chain = cbor_util::deserialize::<Value>(dice_artifacts.bcc().unwrap()).unwrap(); in to_bcc_handover() localVariable