Searched refs:ExponentSize_ptr (Results 1 – 2 of 2) sorted by relevance
728 size_t *ExponentSize_ptr, in CC_RsaPubKeyGet() argument761 if (ExponentSize_ptr == NULL) in CC_RsaPubKeyGet()783 *ExponentSize_ptr = eSizeInBytes; in CC_RsaPubKeyGet()791 if (eSizeInBytes > *ExponentSize_ptr) in CC_RsaPubKeyGet()799 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(Exponent_ptr, 4*((*ExponentSize_ptr+3)/4), in CC_RsaPubKeyGet()815 *ExponentSize_ptr = (uint16_t)eSizeInBytes; in CC_RsaPubKeyGet()
106 … size_t *ExponentSize_ptr, /*!< [in/out] the size of the exponent buffer in bytes,