Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Drakp34.cpp136 std::copy(authAlgo->bmcRandomNum.begin(), authAlgo->bmcRandomNum.end(), in RAKP34()
198 std::copy(authAlgo->bmcRandomNum.begin(), authAlgo->bmcRandomNum.end(), in RAKP34()
H A Drakp12.cpp291 authAlgo->bmcRandomNum.begin()); in RAKP12()
320 std::copy(authAlgo->bmcRandomNum.begin(), authAlgo->bmcRandomNum.end(), in RAKP12()
/openbmc/phosphor-net-ipmid/
H A Dauth_algo.hpp122 std::array<uint8_t, BMC_RANDOM_NUMBER_LEN> bmcRandomNum; member in cipher::rakp_auth::Interface