Go to the source code of this file.
Functions | |
palStatus_t | pal_plat_noiseInit (void) |
palStatus_t | pal_plat_noiseDestroy (void) |
palStatus_t | pal_plat_noiseWriteBuffer (int32_t *buffer, uint16_t lenBits, uint16_t *bitsWritten) |
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_generateDrbgWithNoiseAttempt | ( | palCtrDrbgCtxHandle_t | drbgContext, |
uint8_t * | outBuffer, | ||
bool | partial, | ||
size_t | numBytesToGenerate | ||
) |
palStatus_t pal_plat_noiseCreateThread | ( | void | ) |
palStatus_t pal_plat_noiseDestroy | ( | void | ) |
palStatus_t pal_plat_noiseInit | ( | void | ) |
palStatus_t pal_plat_noiseWriteBuffer | ( | int32_t * | buffer, |
uint16_t | lenBits, | ||
uint16_t * | bitsWritten | ||
) |