Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c603 uint8_t EffectiveMsByteVal; in CC_CommonGetBytesCounterEffectiveSizeInBits() local
620 EffectiveMsByteVal = CounterBuff_ptr[CounterSize - 1]; in CC_CommonGetBytesCounterEffectiveSizeInBits()
627 if (EffectiveMsByteVal & 0x80) in CC_CommonGetBytesCounterEffectiveSizeInBits()
631 EffectiveMsByteVal <<= 1; in CC_CommonGetBytesCounterEffectiveSizeInBits()