Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c857 …t CC_CommonAdd2vectors ( uint32_t *A_ptr, uint32_t *B_ptr,uint32_t SizeInWords, uint32_t *Res_ptr ) in CC_CommonAdd2vectors() argument
876 Res_ptr[i] = currentWordRes + PrevCarry; in CC_CommonAdd2vectors()
886 if (!(Res_ptr[i])) in CC_CommonAdd2vectors()
890 if (Res_ptr[i]) in CC_CommonAdd2vectors()
922 uint32_t *Res_ptr ) in CC_CommonSubtractUintArrays() argument
944 Res_ptr[i] = temp - B_ptr[i]; in CC_CommonSubtractUintArrays()
947 if (Res_ptr[i] > temp) in CC_CommonSubtractUintArrays()
981 uint8_t *Res_ptr ) in CC_CommonSubtractMSBUint8Arrays() argument
1009 Res_ptr[i] = temp - B_ptr[i - difSizes]; in CC_CommonSubtractMSBUint8Arrays()
1011 Res_ptr[i] = temp; in CC_CommonSubtractMSBUint8Arrays()
[all …]
Dcc_common_math.h487 uint32_t *Res_ptr );
509 uint32_t *Res_ptr );
530 uint8_t *Res_ptr );
555 uint8_t *Res_ptr );
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_exp.c53 uint32_t *Res_ptr ) in RSA_CalcExponent() argument
90 RSA_HW_PKI_PKA_CopyDataFromPkaReg( Res_ptr, SB_CERT_RSA_KEY_SIZE_IN_WORDS, in RSA_CalcExponent()