Searched defs:mIpsecHashAlgorithmList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.c39 GLOBAL_REMOVE_IF_UNREFERENCED HASH_ALGORITHM mIpsecHashAlgorithmList[IPSEC_HASH_ALGORITHM_LIST_SIZE] = { variable
608 ContextSize = mIpsecHashAlgorithmList[Index].HashGetContextSize();
618 if (mIpsecHashAlgorithmList[Index].HashInitiate(HashContext)) {
620 if (!mIpsecHashAlgorithmList[Index].HashUpdate (
629 if (mIpsecHashAlgorithmList[Index].HashFinal (HashContext, OutHashData)) {

Completed in 33 milliseconds