HomeSort by relevance Sort by last modified time
    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