OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_HANDLE_REQUIRED
(Results
1 - 4
of
4
) sorted by null
/system/security/keystore/
auth_token_table.h
57
OP_HANDLE_REQUIRED
= -4, // The key requires auth per use but op_handle was zero.
auth_token_table.cpp
129
if (op_handle == 0) return
OP_HANDLE_REQUIRED
;
key_store_service.cpp
[
all
...]
/system/security/keystore/tests/
auth_token_table_test.cpp
255
EXPECT_EQ(AuthTokenTable::
OP_HANDLE_REQUIRED
,
Completed in 133 milliseconds