Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c99 int32_t count0 = 0; in BeBytesArrayToLeEBytes() local
107 while (pBeSrc[count0] == 0) { in BeBytesArrayToLeEBytes()
108 count0++; in BeBytesArrayToLeEBytes()
112 for (i = *pSizeBytes - 1; i >= count0; i--) { in BeBytesArrayToLeEBytes()
115 *pSizeBytes = *pSizeBytes -count0; in BeBytesArrayToLeEBytes()