Searched refs:ModulusSize_ptr (Results 1 – 2 of 2) sorted by relevance
110 …size_t *ModulusSize_ptr /*!< [in/out] the size of the modulus buffer in bytes, it …133 …uint16_t *ModulusSize_ptr /*!< [in,out] The size of the modulus buffer in bytes ,…
730 size_t *ModulusSize_ptr ) in CC_RsaPubKeyGet() argument764 if (ModulusSize_ptr == NULL) in CC_RsaPubKeyGet()782 *ModulusSize_ptr = nSizeInBytes; in CC_RsaPubKeyGet()787 if (nSizeInBytes > *ModulusSize_ptr) in CC_RsaPubKeyGet()806 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(Modulus_ptr, 4*((*ModulusSize_ptr+3)/4), in CC_RsaPubKeyGet()814 *ModulusSize_ptr = (uint16_t)nSizeInBytes; in CC_RsaPubKeyGet()