Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dsecurity_level.rs208 fn create_operation( in create_operation() method
356 Some(km_op) => self.operation_db.create_operation( in create_operation()
997 map_or_log_err(self.create_operation(key, operation_parameters, forced), Ok) in createOperation()
H A Doperation.rs514 pub fn create_operation( in create_operation() method