Home
last modified time | relevance | path

Searched refs:authAlgo (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-net-ipmid/command/
H A Drakp34.cpp21 auto authAlgo = session->getAuthAlgo(); in applyIntegrityAlgo() local
23 switch (authAlgo->intAlgo) in applyIntegrityAlgo()
48 auto authAlgo = session->getAuthAlgo(); in applyCryptAlgo() local
50 switch (authAlgo->cryptAlgo) in applyCryptAlgo()
108 auto authAlgo = session->getAuthAlgo(); in RAKP34() local
136 std::copy(authAlgo->bmcRandomNum.begin(), authAlgo->bmcRandomNum.end(), in RAKP34()
194 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP34()
198 std::copy(authAlgo->bmcRandomNum.begin(), authAlgo->bmcRandomNum.end(), in RAKP34()
217 authAlgo->sessionIntegrityKey.insert(authAlgo->sessionIntegrityKey.begin(), in RAKP34()
238 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP34()
[all …]
H A Drakp12.cpp99 auto authAlgo = session->getAuthAlgo(); in RAKP12() local
138 authAlgo->rcRandomNum.begin()); in RAKP12()
140 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP12()
285 std::fill(authAlgo->userKey.data(), in RAKP12()
286 authAlgo->userKey.data() + authAlgo->userKey.size(), 0); in RAKP12()
287 std::copy_n(passwd.c_str(), passwd.size(), authAlgo->userKey.data()); in RAKP12()
291 authAlgo->bmcRandomNum.begin()); in RAKP12()
312 auto output = authAlgo->generateHMAC(input); in RAKP12()
320 std::copy(authAlgo->bmcRandomNum.begin(), authAlgo->bmcRandomNum.end(), in RAKP12()
H A Dopen_session.hpp38 uint8_t authAlgo:6; member
44 uint8_t authAlgo:6; member
114 uint8_t authAlgo:6; member
120 uint8_t authAlgo:6; member
H A Dopen_session.cpp34 static_cast<cipher::rakp_auth::Algorithms>(request->authAlgo))) in openSession()
81 static_cast<cipher::rakp_auth::Algorithms>(request->authAlgo), in openSession()
101 response->authAlgo = request->authAlgo; in openSession()
/openbmc/phosphor-net-ipmid/
H A Dsessions_manager.cpp79 cipher::rakp_auth::Algorithms authAlgo, in startSession() argument
143 switch (authAlgo) in startSession()
H A Dsessions_manager.hpp89 cipher::rakp_auth::Algorithms authAlgo,