Home
last modified time | relevance | path

Searched refs:KeyMaterial (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/keymint/aidl/default/ta/
Dattest.rs21 crypto::ec, crypto::rsa, crypto::CurveType, crypto::KeyMaterial, wire::keymint,
367 key: KeyMaterial,
382 key: KeyMaterial::Rsa(rsa::Key(hex::decode(RSA_ATTEST_KEY).unwrap()).into()), in new()
393 key: KeyMaterial::Ec( in new()
412 fn signing_key(&self, key_type: SigningKeyType) -> Result<KeyMaterial, Error> { in signing_key() argument
Drpc.rs19 use kmr_common::crypto::{ec, ec::CoseKeyPurpose, Ec, KeyMaterial};
150 KeyMaterial::Ec(curve, curve_type, key) => ( in generate_dice_artifacts()