Home
last modified time | relevance | path

Searched refs:AllocateChain (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
Dandroid_keymaster_messages.cpp470 bool AttestKeyResponse::AllocateChain(size_t entry_count) { in AllocateChain() function in keymaster::AttestKeyResponse
511 if (!copy_uint32_from_buf(buf_ptr, end, &entry_count) || !AllocateChain(entry_count)) in NonErrorDeserialize()
Dandroid_keymaster_messages_test.cpp562 EXPECT_TRUE(msg.AllocateChain(3)); in TEST()
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h616 bool AllocateChain(size_t entry_count);