mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
@@ -2499,7 +2499,7 @@ static int RsaPrivateDecryptEx(byte* in, word32 inLen, byte* out,
|
|||||||
c = ctMaskGTE(j, start);
|
c = ctMaskGTE(j, start);
|
||||||
c &= ctMaskLT(i, outLen);
|
c &= ctMaskLT(i, outLen);
|
||||||
/* 0 - no add, -1 add */
|
/* 0 - no add, -1 add */
|
||||||
i += -c;
|
i += (word32)((byte)(-c));
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
XMEMCPY(out, pad, ret);
|
XMEMCPY(out, pad, ret);
|
||||||
|
Reference in New Issue
Block a user