Searched refs:eSizeInBytes (Results 1 – 1 of 1) sorted by relevance
736 uint32_t eSizeInBytes; in CC_RsaPubKeyGet() local778 eSizeInBytes = CALC_FULL_BYTES(PubKey_ptr->eSizeInBits); in CC_RsaPubKeyGet()783 *ExponentSize_ptr = eSizeInBytes; in CC_RsaPubKeyGet()791 if (eSizeInBytes > *ExponentSize_ptr) in CC_RsaPubKeyGet()800 PubKey_ptr->e, eSizeInBytes ); in CC_RsaPubKeyGet()815 *ExponentSize_ptr = (uint16_t)eSizeInBytes; in CC_RsaPubKeyGet()820 CC_PalMemSetZero(Exponent_ptr, eSizeInBytes); in CC_RsaPubKeyGet()