Home
last modified time | relevance | path

Searched defs:KeyFormat (Results 1 – 7 of 7) sorted by relevance

/system/keymint/common/src/
Dtag.rs292 key_format: KeyFormat, in extract_key_import_characteristics()
414 key_format: KeyFormat, in check_rsa_import_params()
531 key_format: KeyFormat, in check_ec_import_params()
722 key_format: KeyFormat, in check_aes_import_params()
775 key_format: KeyFormat, in check_3des_import_params()
804 key_format: KeyFormat, in check_hmac_import_params()
/system/security/keystore2/src/
Dkm_compat.rs55 fn new(key_format: KeyFormat, key_data: &'a [u8]) -> binder::Result<Self> { in new()
238 key_format: KeyFormat, in importKey()
Dsw_keyblob.rs55 ) -> Result<(KeyFormat, Vec<u8>, Vec<KeyParameter>)> { in export_key()
/system/keymint/ta/src/
Dkeys.rs320 key_format: KeyFormat, in import_key()
/system/keymint/hal/src/
Dkeymint.rs128 keyFormat: keymint::KeyFormat::KeyFormat, in importKey()
/system/keymint/wire/src/
Dtypes.rs57 KeyFormat, enumerator
Dkeymint.rs318 pub enum KeyFormat { enum