Home
last modified time | relevance | path

Searched refs:km_op (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/
Doperation.rs174 km_op: Strong<dyn IKeyMintOperation>, field
218 km_op: binder::Strong<dyn IKeyMintOperation>, in new()
226 km_op, in new()
289 if let Err(e) = map_km_error(self.km_op.abort()) { in prune()
364 map_km_error(self.km_op.updateAad(aad_input, hat.as_ref(), tst.as_ref())) in update_aad()
388 map_km_error(self.km_op.update(input, hat.as_ref(), tst.as_ref())) in update()
418 map_km_error(self.km_op.finish( in finish()
449 map_km_error(self.km_op.abort()).context(ks_err!("KeyMint::abort failed.")) in abort()
495 km_op: binder::Strong<dyn IKeyMintOperation>, in create_operation()
514 km_op, in create_operation()
[all …]
Dutils.rs176 km_op: KmOp, in upgrade_keyblob_if_required_with()
183 match km_op(key_blob) { in upgrade_keyblob_if_required_with()
196 km_op(&upgraded_blob) in upgrade_keyblob_if_required_with()
Dsecurity_level.rs365 Some(km_op) => self.operation_db.create_operation( in create_operation()
366 km_op, in create_operation()