Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dckdf_test.cpp83 KeymasterBlob hex2blob(const char* hex) { in hex2blob() function
90 auto label = hex2blob(test.label); in TEST()
91 auto context = hex2blob(test.context); in TEST()
92 auto expected = hex2blob(test.output); in TEST()