Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp146 keymaster_blob_t nonceBlob; in encryptWithKeymasterKey() local
147 if (!outParams.GetTagValue(keymaster::TAG_NONCE, &nonceBlob)) { in encryptWithKeymasterKey()
152 std::string nonce(reinterpret_cast<const char*>(nonceBlob.data), nonceBlob.data_length); in encryptWithKeymasterKey()