Lines Matching refs:authAlgo
21 auto authAlgo = session->getAuthAlgo(); in applyIntegrityAlgo() local
23 switch (authAlgo->intAlgo) in applyIntegrityAlgo()
29 authAlgo->sessionIntegrityKey)); in applyIntegrityAlgo()
36 authAlgo->sessionIntegrityKey)); in applyIntegrityAlgo()
48 auto authAlgo = session->getAuthAlgo(); in applyCryptAlgo() local
50 switch (authAlgo->cryptAlgo) in applyCryptAlgo()
55 auto k2 = intAlgo->generateKn(authAlgo->sessionIntegrityKey, in applyCryptAlgo()
108 auto authAlgo = session->getAuthAlgo(); in RAKP34() local
136 std::copy(authAlgo->bmcRandomNum.begin(), authAlgo->bmcRandomNum.end(), in RAKP34()
157 auto output = authAlgo->generateHMAC(input); 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()
214 auto sikOutput = authAlgo->generateHMAC(input); in RAKP34()
217 authAlgo->sessionIntegrityKey.insert(authAlgo->sessionIntegrityKey.begin(), in RAKP34()
238 std::copy(authAlgo->rcRandomNum.begin(), authAlgo->rcRandomNum.end(), iter); in RAKP34()
251 auto icv = authAlgo->generateICV(input); in RAKP34()