Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c237 CCCommonCmpCounter_t Result; in CC_CommonCmpMsbUnsignedCounters() local
248 Result = CC_COMMON_CmpCounter1AndCounter2AreIdentical; in CC_CommonCmpMsbUnsignedCounters()
278 …if ((CounterBuff1_ptr[StartInd1 + i] > CounterBuff2_ptr[StartInd2 + i]) && Result == CC_COMMON_Cmp… in CC_CommonCmpMsbUnsignedCounters()
280 Result = CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpMsbUnsignedCounters()
283 …if ((CounterBuff2_ptr[StartInd2 + i] > CounterBuff1_ptr[StartInd1 + i]) && Result == CC_COMMON_Cmp… in CC_CommonCmpMsbUnsignedCounters()
285 Result = CC_COMMON_CmpCounter2GreaterThenCounter1; in CC_CommonCmpMsbUnsignedCounters()
313 FinalResult = Result; in CC_CommonCmpMsbUnsignedCounters()
357 CCCommonCmpCounter_t Result; in CC_CommonCmpLsbUnsignedCounters() local
368 Result = CC_COMMON_CmpCounter1AndCounter2AreIdentical; in CC_CommonCmpLsbUnsignedCounters()
411 …if ((CounterBuff1_ptr[i] > CounterBuff2_ptr[i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreId… in CC_CommonCmpLsbUnsignedCounters()
[all …]
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Include/
DCV_Report.h38 BOOL (* Result) (TC_RES res); member
/trusted-firmware-m-3.7.0/docs/releases/
D1.7.0.rst134 - PSA Arch FF Test Result [5]_
143 .. [5] `PSA Arch FF Test Result <https://developer.trustedfirmware.org/w/tf_m/release/psa_arch_ff_t…
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_Report.c351 (void)tcitf.Result (res);