Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dauth_algo.cpp39 if (HMAC(EVP_sha1(), sessionIntegrityKey.data(), SHA_DIGEST_LENGTH, in generateICV()
74 if (HMAC(EVP_sha256(), sessionIntegrityKey.data(), in generateICV()
75 sessionIntegrityKey.size(), input.data(), input.size(), in generateICV()
H A Dauth_algo.hpp128 std::vector<uint8_t> sessionIntegrityKey; member in cipher::rakp_auth::Interface
/openbmc/phosphor-net-ipmid/command/
H A Drakp34.cpp29 authAlgo->sessionIntegrityKey)); in applyIntegrityAlgo()
36 authAlgo->sessionIntegrityKey)); in applyIntegrityAlgo()
55 auto k2 = intAlgo->generateKn(authAlgo->sessionIntegrityKey, in applyCryptAlgo()
217 authAlgo->sessionIntegrityKey.insert(authAlgo->sessionIntegrityKey.begin(), in RAKP34()