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

  /system/keymaster/android_keymaster/
android_keymaster_messages.cpp 488 bool AttestKeyResponse::AllocateChain(size_t entry_count) {
529 if (!copy_uint32_from_buf(buf_ptr, end, &entry_count) || !AllocateChain(entry_count))
  /system/keymaster/include/keymaster/
android_keymaster_messages.h 624 bool AllocateChain(size_t entry_count);
    [all...]
  /system/keymaster/tests/
android_keymaster_messages_test.cpp 581 EXPECT_TRUE(msg.AllocateChain(3));

Completed in 1533 milliseconds