Searched refs:nonceBlob (Results 1 – 1 of 1) sorted by relevance
278 auto nonceBlob = outParams.GetTagValue(km::TAG_NONCE); in encryptWithKeymasterKey() local279 if (!nonceBlob.isOk()) { in encryptWithKeymasterKey()284 std::string nonce(reinterpret_cast<const char*>(&nonceBlob.value()[0]), in encryptWithKeymasterKey()285 nonceBlob.value().size()); in encryptWithKeymasterKey()