Searched refs:EB_buff (Results 1 – 1 of 1) sorted by relevance
106 uint8_t *EB_buff = Output_ptr; in CC_RsaSchemesEncrypt() local161 CC_PalMemSetZero(EB_buff, K); in CC_RsaSchemesEncrypt()189 EB_buff[0]=0x00; /*set the 00 */ in CC_RsaSchemesEncrypt()190 EB_buff[1]=0x02; /*Block type for EME-PKCS1-v1_5*/ in CC_RsaSchemesEncrypt()193 Error = RsaGenRndNonZeroVect(rndContext_ptr, &EB_buff[2], PSSize); in CC_RsaSchemesEncrypt()198 EB_buff[K-DataInSize-1] = 0x00; in CC_RsaSchemesEncrypt()201 CC_PalMemCopy(&EB_buff[K-DataInSize], DataIn_ptr, DataInSize); in CC_RsaSchemesEncrypt()259 EB_buff, /*! temp buffer 2 for imternal use */ in CC_RsaSchemesEncrypt()276 EB_buff, in CC_RsaSchemesEncrypt()358 uint8_t EB_buff[CC_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS*CC_32BIT_WORD_SIZE]; in CC_RsaSchemesDecrypt() local[all …]