Searched refs:sessionIntegrityKey (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-net-ipmid/ |
H A D | auth_algo.cpp | 39 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 D | auth_algo.hpp | 128 std::vector<uint8_t> sessionIntegrityKey; member in cipher::rakp_auth::Interface
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp34.cpp | 29 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()
|