Searched refs:CC_CommonCmpMsbUnsignedCounters (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_build.c | 156 …CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(Exponent_ptr, ExponentSize, Modulus_ptr, Modulu… in CC_RsaPubKeyBuild() 338 CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(PrivExponent_ptr, PrivExponentSize, in CC_RsaPrivKeyBuild() 374 CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(PubExponent_ptr, PubExponentSize, in CC_RsaPrivKeyBuild() 528 CC_CommonCmpMsbUnsignedCounters(dP_ptr, dPSize, P_ptr, PSize); in CC_RsaPrivKeyCrtBuild() 536 CC_CommonCmpMsbUnsignedCounters(dQ_ptr, dQSize, Q_ptr, QSize); in CC_RsaPrivKeyCrtBuild() 544 CC_CommonCmpMsbUnsignedCounters(qInv_ptr, qInvSize, P_ptr, PSize); in CC_RsaPrivKeyCrtBuild()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/ |
D | cc_dh.c | 168 comp = CC_CommonCmpMsbUnsignedCounters( Generator_ptr, in CC_DhGeneratePubPrv() 177 comp = CC_CommonCmpMsbUnsignedCounters( Generator_ptr, GeneratorSize, in CC_DhGeneratePubPrv() 438 cmpResult = CC_CommonCmpMsbUnsignedCounters( ClientPrvKey_ptr, ClientPrvKeySize, in CC_DhGetSecretKey() 484 cmpResult = CC_CommonCmpMsbUnsignedCounters( in CC_DhGetSecretKey()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/ |
D | cc_common_math.h | 290 CCCommonCmpCounter_t CC_CommonCmpMsbUnsignedCounters( const uint8_t *CounterBuff1_ptr,
|
D | cc_common_math.c | 224 CCCommonCmpCounter_t CC_CommonCmpMsbUnsignedCounters( const uint8_t *CounterBuff1_ptr, in CC_CommonCmpMsbUnsignedCounters() function
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
D | stackinfo | 471 CC_CommonCmpMsbUnsignedCounters 118 28
|