Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c452 CryptoUtils_Endianess endianess) in CryptoUtils_compareNumbers() argument
478 if (endianess == CryptoUtils_ENDIANESS_BIG) in CryptoUtils_compareNumbers()
541 CryptoUtils_Endianess endianess, in CryptoUtils_isNumberInRange() argument
555 upperResult = CryptoUtils_compareNumbers(number, upperLimit, byteLength, endianess); in CryptoUtils_isNumberInRange()
564 lowerResult = CryptoUtils_compareNumbers(number, lowerLimit, byteLength, endianess); in CryptoUtils_isNumberInRange()
DCryptoUtils.h256 CryptoUtils_Endianess endianess,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c78 CryptoUtils_Endianess endianess; member
107 CryptoUtils_Endianess endianess,
261 opParams->endianess, in RNGLPF3RF_checkRange()
272 CryptoUtils_Endianess endianess, in RNGLPF3RF_getValidatedNumber() argument
325 if (endianess == CryptoUtils_ENDIANESS_BIG) in RNGLPF3RF_getValidatedNumber()
338 opParams.endianess = endianess; in RNGLPF3RF_getValidatedNumber()