Searched refs:rcRandomNum (Results 1 – 3 of 3) sorted by relevance
194 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP34()238 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP34()
138 authAlgo->rcRandomNum.begin()); in RAKP12()140 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP12()
125 std::array<uint8_t, REMOTE_CONSOLE_RANDOM_NUMBER_LEN> rcRandomNum; member in cipher::rakp_auth::Interface