Lines Matching refs:NULL
281 uint8_t *byteDestination = NULL; in RNGLPF3RF_getValidatedNumber()
286 if ((handle == NULL) || (randomNumber == NULL) || (randomNumberBitLength >= RNG_MAX_BIT_LENGTH)) in RNGLPF3RF_getValidatedNumber()
334 if (validator != NULL) in RNGLPF3RF_getValidatedNumber()
380 if (drbgHandle != NULL) in RNGLPF3RF_createDRBGInstance()
430 if (noiseInput == NULL) in RNGLPF3RF_conditionNoise()
457 if (dynHandle == NULL) in RNGLPF3RF_conditionNoise()
522 if (SemaphoreP_constructBinary(&RNGLPF3RF_instanceData.accessSemaphore, 1) == NULL) in RNGLPF3RF_conditionNoiseToGenerateSeed()
539 …gResult = AESCTRDRBG_reseed((AESCTRDRBG_Handle)&RNGLPF3RF_instanceData.drbgConfig, seed, NULL, 0); in RNGLPF3RF_conditionNoiseToGenerateSeed()
590 handle = NULL; in RNG_construct()
593 if (handle != NULL) in RNG_construct()
600 if (params == NULL) in RNG_construct()
612 handle = NULL; in RNG_construct()
620 handle = NULL; in RNG_construct()
635 if (handle != NULL) in RNG_close()
652 NULL, in RNG_getRandomBits()
653 NULL, in RNG_getRandomBits()
654 NULL); in RNG_getRandomBits()
723 NULL, in RNG_generateKey()
724 NULL, in RNG_generateKey()
725 NULL); in RNG_generateKey()