Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/ecc/
DECCParamsLPF3SW.c247 size_t pointLength = (paramLength * 2) + 1; in ECCParams_getUncompressedGeneratorPoint() local
249 if (length < pointLength) in ECCParams_getUncompressedGeneratorPoint()
264 memset(buffer + pointLength, 0, length - pointLength); in ECCParams_getUncompressedGeneratorPoint()