HomeSort by relevance Sort by last modified time
    Searched refs:slot_list (Results 1 - 2 of 2) sorted by null

  /system/tpm/attestation/server/
pkcs11_key_store.cc 462 std::unique_ptr<CK_SLOT_ID[]> slot_list(new CK_SLOT_ID[num_slots]);
463 rv = C_GetSlotList(CK_TRUE, slot_list.get(), &num_slots);
473 slot_list[i], &slot_path) &&
475 *slot = slot_list[i];
pkcs11_key_store_test.cc 145 std::vector<uint64_t> slot_list = {0, 1}; variable
147 .WillByDefault(DoAll(SetArgumentPointee<2>(slot_list), Return(0)));

Completed in 190 milliseconds