Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c30 GLOBAL_REMOVE_IF_UNREFERENCED AUTH_ALGORITHM mIpsecAuthAlgorithmList[IPSEC_AUTH_ALGORITHM_LIST_SIZE… variable
135 if (mIpsecAuthAlgorithmList[Index].AlgorithmId == AlgorithmId) { in IpSecGetHmacDigestLength()
139 return mIpsecAuthAlgorithmList[Index].DigestLength; in IpSecGetHmacDigestLength()
162 if (AlgorithmId == mIpsecAuthAlgorithmList[Index].AlgorithmId) { in IpSecGetIcvLength()
163 return mIpsecAuthAlgorithmList[Index].IcvLength; in IpSecGetIcvLength()
233 if (AlgorithmId == mIpsecAuthAlgorithmList[Index].AlgorithmId) { in IpSecGetIndexFromAuthList()
490 ContextSize = mIpsecAuthAlgorithmList[Index].HmacGetContextSize(); in IpSecCryptoIoHmac()
501 if (mIpsecAuthAlgorithmList[Index].HmacInitiate(HashContext, Key, KeyLength)) { in IpSecCryptoIoHmac()
503 if (!mIpsecAuthAlgorithmList[Index].HmacUpdate ( in IpSecCryptoIoHmac()
512 if (mIpsecAuthAlgorithmList[Index].HmacFinal (HashContext, OutHashData)) { in IpSecCryptoIoHmac()