Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp278 auto nonceBlob = outParams.GetTagValue(km::TAG_NONCE); in encryptWithKeymasterKey() local
279 if (!nonceBlob.isOk()) { in encryptWithKeymasterKey()
284 std::string nonce(reinterpret_cast<const char*>(&nonceBlob.value()[0]), in encryptWithKeymasterKey()
285 nonceBlob.value().size()); in encryptWithKeymasterKey()