I do ippsRSA_Decrypt in tow threads running in different CPU core at same time, it will cost more time than in only one thread.
I linked the single-thread lib, it is thread-safe and none nested parallelization, but why efficiency is degraded in this case?