Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp57 auto hidlCb = [&](km::ErrorCode ret, const hidl_vec<uint8_t>& keyBlob, in generateKey()
62 key->assign(reinterpret_cast<const char*>(&keyBlob[0]), keyBlob.size()); in generateKey()
81 auto hidlCb = [&](km::ErrorCode ret, const hidl_vec<uint8_t>& keyBlob, in importKey() argument
86 outKeyBlob->assign(reinterpret_cast<const char*>(&keyBlob[0]), in importKey()
87 keyBlob.size()); in importKey()
133 auto keyBlob = km::support::blob2hidlVec(key); in deleteKey() local
134 auto error = mDevice->deleteKey(keyBlob); in deleteKey()