Searched refs:cipherByte (Results 1 – 1 of 1) sorted by relevance
227 std::vector<unsigned char> cipherByte(bufferLen); in DecryptAesGcm() local231 … cipherByte.assign(cipherBytes.begin() + G_AES_GCM_IV_LEN, cipherBytes.end() - G_AES_GCM_TAG_LEN); in DecryptAesGcm()247 if (!EVP_DecryptUpdate(ctx, buffer.data(), &len, cipherByte.data(), cipherByte.size())) { in DecryptAesGcm()