Searched refs:nonceVct (Results 1 – 1 of 1) sorted by relevance
1022 std::vector<uint8_t> nonceVct(nonce.data.get(), nonce.data.get() + nonce.size); in StoreKey() local1026 nonceVct.insert(nonceVct.end(), rndVct.begin(), rndVct.end()); in StoreKey()1027 nonceVct.insert(nonceVct.end(), aadVct.begin(), aadVct.end()); in StoreKey()1028 std::copy(nonceVct.begin(), nonceVct.end(), keyOut.data.get()); in StoreKey()1029 nonceVct.clear(); in StoreKey()