Home
last modified time | relevance | path

Searched defs:root_key (Results 1 – 5 of 5) sorted by relevance

/system/keymint/tests/tests/
Dkeyblob_test.rs33 let mut root_key = crypto::hmac::Key(vec![0u8; 32]); in test_encrypted_keyblob_roundtrip() localVariable
35 let root_key = crypto::OpaqueOr::Explicit(root_key); in test_encrypted_keyblob_roundtrip() localVariable
/system/secretkeeper/client/src/
Ddice.rs117 let root_key = it in to_explicit_chain() localVariable
122 let mut root_key = CoseKey::from_cbor_value(root_key)?; in to_explicit_chain() localVariable
125 let root_key = root_key.to_vec()?; in to_explicit_chain() localVariable
Dauthgraph_dev.rs157 let root_key = identity.validate(ecdsa)?; in validate_peer_identity() localVariable
/system/authgraph/core/src/
Dkey.rs344 pub root_key: EcVerifyKey, field
685 let root_key = in from_non_explicit_key_cert_chain() localVariable
689 let mut root_key = CoseKey::from_cbor_value(root_key)?; in from_non_explicit_key_cert_chain() localVariable
692 let root_key = root_key.to_vec()?; in from_non_explicit_key_cert_chain() localVariable
/system/keymaster/tests/
Dattestation_record_test.cpp349 const cppbor::Int* root_key = eat_key->asInt(); in TEST() local