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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeCommon.c 82 Status = IpSecCryptoIoGenerateRandomBytes ((UINT8 *)&Cookie, sizeof (UINT64));
111 Status = IpSecCryptoIoGenerateRandomBytes (Nonce, NonceSize);
226 Status = IpSecCryptoIoGenerateRandomBytes ((UINT8 *)SpiValue, sizeof (UINT32));
268 return IpSecCryptoIoGenerateRandomBytes (IvBuffer, IvSize);
IpSecCryptIo.h 727 IpSecCryptoIoGenerateRandomBytes (
IpSecCryptIo.c 187 return IpSecCryptoIoGenerateRandomBytes (IvBuffer, IvSize);
783 IpSecCryptoIoGenerateRandomBytes (

Completed in 192 milliseconds