Home | History | Annotate | Download | only in IpSecDxe

Lines Matching defs:ContextSize

280   UINTN         ContextSize;

302 ContextSize = mIpsecEncryptAlgorithmList[Index].CipherGetContextSize ();
303 Context = AllocateZeroPool (ContextSize);
366 UINTN ContextSize;
389 ContextSize = mIpsecEncryptAlgorithmList[Index].CipherGetContextSize();
390 Context = AllocateZeroPool (ContextSize);
450 UINTN ContextSize;
490 ContextSize = mIpsecAuthAlgorithmList[Index].HmacGetContextSize();
491 HashContext = AllocateZeroPool (ContextSize);
570 UINTN ContextSize;
608 ContextSize = mIpsecHashAlgorithmList[Index].HashGetContextSize();
609 HashContext = AllocateZeroPool (ContextSize);