Lines Matching refs:AlgoInfo
806 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthAlgoId, in IpSecEspAuthVerifyPayload()
807 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKey, in IpSecEspAuthVerifyPayload()
808 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength, in IpSecEspAuthVerifyPayload()
1496 IcvSize = IpSecGetIcvLength (SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthAlgoId); in IpSecEspInboundPacket()
1497 IvSize = IpSecGetEncryptIvLength (SadEntry->Data->AlgoInfo.EspAlgoInfo.EncAlgoId); in IpSecEspInboundPacket()
1498 BlockSize = IpSecGetEncryptBlockSize (SadEntry->Data->AlgoInfo.EspAlgoInfo.EncAlgoId); in IpSecEspInboundPacket()
1518 if (SadData->AlgoInfo.EspAlgoInfo.AuthKey != NULL) { in IpSecEspInboundPacket()
1532 if (SadData->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in IpSecEspInboundPacket()
1534 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncAlgoId, in IpSecEspInboundPacket()
1535 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKey, in IpSecEspInboundPacket()
1536 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKeyLength << 3, in IpSecEspInboundPacket()
1737 SadData->AlgoInfo.EspAlgoInfo.EncKey == NULL && in IpSecEspOutboundPacket()
1738 SadData->AlgoInfo.EspAlgoInfo.AuthKey == NULL in IpSecEspOutboundPacket()
1772 if (SadData->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in IpSecEspOutboundPacket()
1773 EncryptBlockSize = IpSecGetEncryptBlockSize (SadEntry->Data->AlgoInfo.EspAlgoInfo.EncAlgoId); in IpSecEspOutboundPacket()
1808 if (SadData->AlgoInfo.EspAlgoInfo.AuthKey != NULL) { in IpSecEspOutboundPacket()
1809 IcvSize = IpSecGetIcvLength (SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthAlgoId); in IpSecEspOutboundPacket()
1818 IvSize = IpSecGetEncryptIvLength (SadEntry->Data->AlgoInfo.EspAlgoInfo.EncAlgoId); in IpSecEspOutboundPacket()
1929 if (SadData->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in IpSecEspOutboundPacket()
1931 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncAlgoId, in IpSecEspOutboundPacket()
1932 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKey, in IpSecEspOutboundPacket()
1933 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKeyLength << 3, in IpSecEspOutboundPacket()
1948 if (SadData->AlgoInfo.EspAlgoInfo.AuthKey != NULL) { in IpSecEspOutboundPacket()
1953 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthAlgoId, in IpSecEspOutboundPacket()
1954 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKey, in IpSecEspOutboundPacket()
1955 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength, in IpSecEspOutboundPacket()