Searched refs:Exponent_ptr (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_build.c | 57 uint8_t *Exponent_ptr, in CC_RsaPubKeyBuild() argument 93 if (Exponent_ptr == NULL) in CC_RsaPubKeyBuild() 121 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PubKey_ptr->e, buffSizeBytes, Exponent_ptr, Expon… in CC_RsaPubKeyBuild() 156 …CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(Exponent_ptr, ExponentSize, Modulus_ptr, Modulu… in CC_RsaPubKeyBuild() 727 uint8_t *Exponent_ptr, in CC_RsaPubKeyGet() argument 754 if (Exponent_ptr == NULL && Modulus_ptr != NULL) in CC_RsaPubKeyGet() 758 if (Modulus_ptr == NULL && Exponent_ptr != NULL) in CC_RsaPubKeyGet() 781 if (Exponent_ptr == NULL && Modulus_ptr == NULL){ in CC_RsaPubKeyGet() 799 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(Exponent_ptr, 4*((*ExponentSize_ptr+3)/4), in CC_RsaPubKeyGet() 820 CC_PalMemSetZero(Exponent_ptr, eSizeInBytes); in CC_RsaPubKeyGet()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_rsa_build.h | 41 …uint8_t *Exponent_ptr, /*!< [in] Pointer to the exponent stream of bytes (Big-En… 105 …uint8_t *Exponent_ptr, /*!< [out] A pointer to the exponent stream of bytes (Big-…
|