Home
last modified time | relevance | path

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

/system/keymint/wire/src/
Dtypes.rs657 pub fn is_rpc_operation(code: KeyMintOperation) -> bool { in is_rpc_operation() function
/system/keymint/ta/src/
Dlib.rs1191 if kmr_wire::is_rpc_operation(op) { in op_error_rsp()