Searched refs:opParams (Results 1 – 1 of 1) sorted by relevance
65 typedef bool (*RNGLPF3RF_validator)(RNGLPF3RF_OperationParameters *opParams);103 static bool RNGLPF3RF_checkRange(RNGLPF3RF_OperationParameters *opParams);257 static bool RNGLPF3RF_checkRange(RNGLPF3RF_OperationParameters *opParams) in RNGLPF3RF_checkRange() argument259 return CryptoUtils_isNumberInRange(opParams->output, in RNGLPF3RF_checkRange()260 opParams->outputBitLength, in RNGLPF3RF_checkRange()261 opParams->endianess, in RNGLPF3RF_checkRange()262 opParams->lowerLimit, in RNGLPF3RF_checkRange()263 opParams->upperLimit); in RNGLPF3RF_checkRange()284 RNGLPF3RF_OperationParameters opParams; in RNGLPF3RF_getValidatedNumber() local336 opParams.outputBitLength = randomNumberBitLength; in RNGLPF3RF_getValidatedNumber()[all …]