Home
last modified time | relevance | path

Searched refs:CryptoUtils_isBufferAllZeros (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.h145 bool CryptoUtils_isBufferAllZeros(const void *buffer, size_t bufferByteLength);
DCryptoUtils.c159 bool CryptoUtils_isBufferAllZeros(const void *buffer, size_t bufferByteLength) in CryptoUtils_isBufferAllZeros() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c435 bool noiseFilled = CryptoUtils_isBufferAllZeros(noiseInput, AES_BLOCK_SIZE); in RNGLPF3RF_conditionNoise()