17 #ifndef _PAL_PLAT_NOISE_H    18 #define _PAL_PLAT_NOISE_H    38 #endif // _PAL_PLAT_NOISE_H PAL. This file contains the general API to initiate and destroy the PAL component. This is part of the PAL service API. 
 
palStatus_t pal_plat_noiseDestroy(void)
 
palStatus_t pal_plat_noiseCreateThread(void)
 
palStatus_t pal_plat_generateDrbgWithNoiseAttempt(palCtrDrbgCtxHandle_t drbgContext, uint8_t *outBuffer, bool partial, size_t numBytesToGenerate)
 
palStatus_t pal_plat_noiseInit(void)
 
uintptr_t palCtrDrbgCtxHandle_t
Definition: pal_Crypto.h:42
 
palStatus_t pal_plat_noiseWriteBuffer(int32_t *buffer, uint16_t lenBits, uint16_t *bitsWritten)
 
int32_t palStatus_t
Definition: pal_types.h:49