Home
last modified time | relevance | path

Searched refs:dice_cert_chain (Results 1 – 7 of 7) sorted by relevance

/system/keymint/ta/src/
Drkp.rs286 let dice_cert_chain = read_to_value(&dice_info.pub_dice_artifacts.dice_cert_chain)?; in generate_cert_req_v2() localVariable
301 dice_cert_chain, in generate_cert_req_v2()
Ddevice.rs297 pub dice_cert_chain: Vec<u8>, field
/system/secretkeeper/client/src/
Dauthgraph_dev.rs153 if identity.cert_chain.dice_cert_chain.is_some() { in validate_peer_identity()
/system/authgraph/boringssl/src/
Dtests.rs292 dice_cert_chain: None, in test_get_identity_with_root_key_in_incorrect_canonical_form()
319 dice_cert_chain: None, in test_get_identity_with_root_key_in_correct_canonical_form()
Dtest_device.rs102 dice_cert_chain: None, in get_identity()
/system/authgraph/core/src/
Dkey.rs310 pub dice_cert_chain: Option<Vec<DiceChainEntry>>, field
538 match &self.dice_cert_chain { in validate()
630 dice_cert_chain: dice_chain_entries_optional, in from_cbor_value()
644 if let Some(dice_chain_entries) = self.dice_cert_chain { in to_cbor_value()
/system/secretkeeper/core/src/
Dta.rs133 dice_cert_chain: None, in new_with_session_limit()