HomeSort by relevance Sort by last modified time
    Searched refs:IvSize (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeCommon.c 180 @param[in] IvSize The IV size.
189 IN UINTN IvSize
192 return IpSecCryptoIoGenerateRandomBytes (IvBuffer, IvSize);
IkeCommon.h 147 @param[in] IvSize The IV size.
156 IN UINTN IvSize
IpSecImpl.c     [all...]
IpSecCryptIo.c 171 Generate a random data for IV. If the IvSize is zero, not needed to create
175 @param[in] IvSize The IV size in bytes.
183 IN UINTN IvSize
186 if (IvSize != 0) {
187 return IpSecCryptoIoGenerateRandomBytes (IvBuffer, IvSize);
235 // The BlockSize is same with IvSize.
IpSecCryptIo.h 489 Generate a random data for IV. If the IvSize is zero, not needed to create
493 @param[in] IvSize The IV size in bytes.
501 IN UINTN IvSize
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c     [all...]

Completed in 76 milliseconds