Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp488 bool AttestKeyResponse::AllocateChain(size_t entry_count) { in AllocateChain() function in keymaster::AttestKeyResponse
529 if (!copy_uint32_from_buf(buf_ptr, end, &entry_count) || !AllocateChain(entry_count)) in NonErrorDeserialize()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp581 EXPECT_TRUE(msg.AllocateChain(3)); in TEST()
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h631 bool AllocateChain(size_t entry_count);