Searched refs:Modulus_ptr (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_rsa_build.h | 43 …uint8_t *Modulus_ptr, /*!< [in] Pointer to the modulus stream of bytes (Big-End… 62 …uint8_t *Modulus_ptr, /*!< [in] Pointer to the modulus stream of bytes (B… 108 …uint8_t *Modulus_ptr, /*!< [out] A pointer to the modulus stream of bytes (Big-E… 131 …uint8_t *Modulus_ptr, /*!< [out] A pointer to the modulus stream of bytes (Bi…
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_build.c | 59 uint8_t *Modulus_ptr, in CC_RsaPubKeyBuild() argument 97 if (Modulus_ptr == NULL) in CC_RsaPubKeyBuild() 115 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PubKey_ptr->n, buffSizeBytes, Modulus_ptr, Modulu… in CC_RsaPubKeyBuild() 156 …CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(Exponent_ptr, ExponentSize, Modulus_ptr, Modulu… in CC_RsaPubKeyBuild() 230 uint8_t *Modulus_ptr, in CC_RsaPrivKeyBuild() argument 268 if (Modulus_ptr == NULL) in CC_RsaPrivKeyBuild() 293 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->n, buffSizeBytes, Modulus_ptr, Modul… in CC_RsaPrivKeyBuild() 339 Modulus_ptr, ModulusSize); in CC_RsaPrivKeyBuild() 375 Modulus_ptr, ModulusSize); in CC_RsaPrivKeyBuild() 729 uint8_t *Modulus_ptr, in CC_RsaPubKeyGet() argument [all …]
|