Lines Matching refs:KeyDescriptor
62 IKeystoreSecurityLevel::IKeystoreSecurityLevel, KeyDescriptor::KeyDescriptor,
124 key: KeyDescriptor, in store_new_key() argument
162 Domain::BLOB => KeyDescriptor { in store_new_key()
168 .with::<_, Result<KeyDescriptor>>(|db| { in store_new_key()
200 Ok(KeyDescriptor { in store_new_key()
221 key: &KeyDescriptor, in create_operation() argument
408 key: &KeyDescriptor, in add_required_parameters() argument
513 key: &KeyDescriptor, in generate_key() argument
514 attest_key_descriptor: Option<&KeyDescriptor>, in generate_key() argument
526 Domain::APP => KeyDescriptor { in generate_key()
634 key: &KeyDescriptor, in import_key() argument
635 _attestation_key: Option<&KeyDescriptor>, in import_key() argument
647 Domain::APP => KeyDescriptor { in import_key()
692 key: &KeyDescriptor, in import_wrapped_key() argument
693 wrapping_key: &KeyDescriptor, in import_wrapped_key() argument
699 KeyDescriptor { domain: Domain::APP, blob: Some(ref blob), alias: Some(_), .. } in import_wrapped_key()
700 | KeyDescriptor { in import_wrapped_key()
720 Domain::APP => KeyDescriptor { in import_wrapped_key()
726 Domain::SELINUX => KeyDescriptor { in import_wrapped_key()
914 storage_key: &KeyDescriptor, in convert_storage_key_to_ephemeral() argument
966 fn delete_key(&self, key: &KeyDescriptor) -> Result<()> { in delete_key()
994 key: &KeyDescriptor, in createOperation() argument
1003 key: &KeyDescriptor, in generateKey() argument
1004 attestation_key: Option<&KeyDescriptor>, in generateKey() argument
1019 key: &KeyDescriptor, in importKey() argument
1020 attestation_key: Option<&KeyDescriptor>, in importKey() argument
1033 key: &KeyDescriptor, in importWrappedKey() argument
1034 wrapping_key: &KeyDescriptor, in importWrappedKey() argument
1048 storage_key: &KeyDescriptor, in convertStorageKeyToEphemeral() argument
1053 fn deleteKey(&self, key: &KeyDescriptor) -> binder::Result<()> { in deleteKey()