Searched refs:MSize_ptr (Results 1 – 2 of 2) sorted by relevance
380 size_t *MSize_ptr) in RsaPssOaepDecode() argument612 if (*MSize_ptr < (uint32_t)(EMSize - 2*HashOutputSize - I - 1)) { in RsaPssOaepDecode()617 else if (*MSize_ptr > (uint32_t)(EMSize - 2*HashOutputSize - I - 1)) { in RsaPssOaepDecode()619 *MSize_ptr = EMSize - 2*HashOutputSize - I - 1; in RsaPssOaepDecode()626 CC_PalMemCopy( M_ptr, TmpByte_ptr, *MSize_ptr ); in RsaPssOaepDecode()
183 size_t *MSize_ptr);