Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c129 uint32_t counterSize ) in CC_CommonIncLsbUnsignedCounter() argument
138 for (i = 0; i < counterSize; i++) { in CC_CommonIncLsbUnsignedCounter()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c142 uint32_t counterSize) in FfcDhGetBeCounterEffectiveSizeInBits() argument
159 while (i < counterSize) { in FfcDhGetBeCounterEffectiveSizeInBits()
174 counterEffectSizeInBits = counterSize * 8; in FfcDhGetBeCounterEffectiveSizeInBits()