Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Drakp34.cpp194 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP34()
238 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP34()
H A Drakp12.cpp138 authAlgo->rcRandomNum.begin()); in RAKP12()
140 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP12()
/openbmc/phosphor-net-ipmid/
H A Dauth_algo.hpp125 std::array<uint8_t, REMOTE_CONSOLE_RANDOM_NUMBER_LEN> rcRandomNum; member in cipher::rakp_auth::Interface