Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Doperation.rs747 km_err!(TooManyOperations, "current op count {} >= limit", self.operations.len()) in new_operation_index()
Dlib.rs536 Err(km_err!(TooManyOperations, "too many use-counted keys already in play")) in update_use_count()
/system/keymint/wire/src/
Dkeymint.rs221 TooManyOperations = -31, enumerator