Searched defs:root_key (Results 1 – 5 of 5) sorted by relevance
33 let mut root_key = crypto::hmac::Key(vec![0u8; 32]); in test_encrypted_keyblob_roundtrip() localVariable35 let root_key = crypto::OpaqueOr::Explicit(root_key); in test_encrypted_keyblob_roundtrip() localVariable
117 let root_key = it in to_explicit_chain() localVariable122 let mut root_key = CoseKey::from_cbor_value(root_key)?; in to_explicit_chain() localVariable125 let root_key = root_key.to_vec()?; in to_explicit_chain() localVariable
157 let root_key = identity.validate(ecdsa)?; in validate_peer_identity() localVariable
344 pub root_key: EcVerifyKey, field685 let root_key = in from_non_explicit_key_cert_chain() localVariable689 let mut root_key = CoseKey::from_cbor_value(root_key)?; in from_non_explicit_key_cert_chain() localVariable692 let root_key = root_key.to_vec()?; in from_non_explicit_key_cert_chain() localVariable
349 const cppbor::Int* root_key = eat_key->asInt(); in TEST() local