|
|
@ -40,7 +40,7 @@ |
|
|
|
#include "rijndael.h" |
|
|
|
#include "rijndael.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 S[256]= |
|
|
|
static quint8 S[256]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
99, 124, 119, 123, 242, 107, 111, 197, 48, 1, 103, 43, 254, 215, 171, 118, |
|
|
|
99, 124, 119, 123, 242, 107, 111, 197, 48, 1, 103, 43, 254, 215, 171, 118, |
|
|
|
202, 130, 201, 125, 250, 89, 71, 240, 173, 212, 162, 175, 156, 164, 114, 192, |
|
|
|
202, 130, 201, 125, 250, 89, 71, 240, 173, 212, 162, 175, 156, 164, 114, 192, |
|
|
@ -61,7 +61,7 @@ static Q_UINT8 S[256]= |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T1[256][4]= |
|
|
|
static quint8 T1[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0xc6,0x63,0x63,0xa5, 0xf8,0x7c,0x7c,0x84, 0xee,0x77,0x77,0x99, 0xf6,0x7b,0x7b,0x8d, |
|
|
|
0xc6,0x63,0x63,0xa5, 0xf8,0x7c,0x7c,0x84, 0xee,0x77,0x77,0x99, 0xf6,0x7b,0x7b,0x8d, |
|
|
|
0xff,0xf2,0xf2,0x0d, 0xd6,0x6b,0x6b,0xbd, 0xde,0x6f,0x6f,0xb1, 0x91,0xc5,0xc5,0x54, |
|
|
|
0xff,0xf2,0xf2,0x0d, 0xd6,0x6b,0x6b,0xbd, 0xde,0x6f,0x6f,0xb1, 0x91,0xc5,0xc5,0x54, |
|
|
@ -129,7 +129,7 @@ static Q_UINT8 T1[256][4]= |
|
|
|
0x7b,0xb0,0xb0,0xcb, 0xa8,0x54,0x54,0xfc, 0x6d,0xbb,0xbb,0xd6, 0x2c,0x16,0x16,0x3a |
|
|
|
0x7b,0xb0,0xb0,0xcb, 0xa8,0x54,0x54,0xfc, 0x6d,0xbb,0xbb,0xd6, 0x2c,0x16,0x16,0x3a |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T2[256][4]= |
|
|
|
static quint8 T2[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0xa5,0xc6,0x63,0x63, 0x84,0xf8,0x7c,0x7c, 0x99,0xee,0x77,0x77, 0x8d,0xf6,0x7b,0x7b, |
|
|
|
0xa5,0xc6,0x63,0x63, 0x84,0xf8,0x7c,0x7c, 0x99,0xee,0x77,0x77, 0x8d,0xf6,0x7b,0x7b, |
|
|
|
0x0d,0xff,0xf2,0xf2, 0xbd,0xd6,0x6b,0x6b, 0xb1,0xde,0x6f,0x6f, 0x54,0x91,0xc5,0xc5, |
|
|
|
0x0d,0xff,0xf2,0xf2, 0xbd,0xd6,0x6b,0x6b, 0xb1,0xde,0x6f,0x6f, 0x54,0x91,0xc5,0xc5, |
|
|
@ -197,7 +197,7 @@ static Q_UINT8 T2[256][4]= |
|
|
|
0xcb,0x7b,0xb0,0xb0, 0xfc,0xa8,0x54,0x54, 0xd6,0x6d,0xbb,0xbb, 0x3a,0x2c,0x16,0x16 |
|
|
|
0xcb,0x7b,0xb0,0xb0, 0xfc,0xa8,0x54,0x54, 0xd6,0x6d,0xbb,0xbb, 0x3a,0x2c,0x16,0x16 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T3[256][4]= |
|
|
|
static quint8 T3[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x63,0xa5,0xc6,0x63, 0x7c,0x84,0xf8,0x7c, 0x77,0x99,0xee,0x77, 0x7b,0x8d,0xf6,0x7b, |
|
|
|
0x63,0xa5,0xc6,0x63, 0x7c,0x84,0xf8,0x7c, 0x77,0x99,0xee,0x77, 0x7b,0x8d,0xf6,0x7b, |
|
|
|
0xf2,0x0d,0xff,0xf2, 0x6b,0xbd,0xd6,0x6b, 0x6f,0xb1,0xde,0x6f, 0xc5,0x54,0x91,0xc5, |
|
|
|
0xf2,0x0d,0xff,0xf2, 0x6b,0xbd,0xd6,0x6b, 0x6f,0xb1,0xde,0x6f, 0xc5,0x54,0x91,0xc5, |
|
|
@ -265,7 +265,7 @@ static Q_UINT8 T3[256][4]= |
|
|
|
0xb0,0xcb,0x7b,0xb0, 0x54,0xfc,0xa8,0x54, 0xbb,0xd6,0x6d,0xbb, 0x16,0x3a,0x2c,0x16 |
|
|
|
0xb0,0xcb,0x7b,0xb0, 0x54,0xfc,0xa8,0x54, 0xbb,0xd6,0x6d,0xbb, 0x16,0x3a,0x2c,0x16 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T4[256][4]= |
|
|
|
static quint8 T4[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x63,0x63,0xa5,0xc6, 0x7c,0x7c,0x84,0xf8, 0x77,0x77,0x99,0xee, 0x7b,0x7b,0x8d,0xf6, |
|
|
|
0x63,0x63,0xa5,0xc6, 0x7c,0x7c,0x84,0xf8, 0x77,0x77,0x99,0xee, 0x7b,0x7b,0x8d,0xf6, |
|
|
|
0xf2,0xf2,0x0d,0xff, 0x6b,0x6b,0xbd,0xd6, 0x6f,0x6f,0xb1,0xde, 0xc5,0xc5,0x54,0x91, |
|
|
|
0xf2,0xf2,0x0d,0xff, 0x6b,0x6b,0xbd,0xd6, 0x6f,0x6f,0xb1,0xde, 0xc5,0xc5,0x54,0x91, |
|
|
@ -333,7 +333,7 @@ static Q_UINT8 T4[256][4]= |
|
|
|
0xb0,0xb0,0xcb,0x7b, 0x54,0x54,0xfc,0xa8, 0xbb,0xbb,0xd6,0x6d, 0x16,0x16,0x3a,0x2c |
|
|
|
0xb0,0xb0,0xcb,0x7b, 0x54,0x54,0xfc,0xa8, 0xbb,0xbb,0xd6,0x6d, 0x16,0x16,0x3a,0x2c |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T5[256][4]= |
|
|
|
static quint8 T5[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x51,0xf4,0xa7,0x50, 0x7e,0x41,0x65,0x53, 0x1a,0x17,0xa4,0xc3, 0x3a,0x27,0x5e,0x96, |
|
|
|
0x51,0xf4,0xa7,0x50, 0x7e,0x41,0x65,0x53, 0x1a,0x17,0xa4,0xc3, 0x3a,0x27,0x5e,0x96, |
|
|
|
0x3b,0xab,0x6b,0xcb, 0x1f,0x9d,0x45,0xf1, 0xac,0xfa,0x58,0xab, 0x4b,0xe3,0x03,0x93, |
|
|
|
0x3b,0xab,0x6b,0xcb, 0x1f,0x9d,0x45,0xf1, 0xac,0xfa,0x58,0xab, 0x4b,0xe3,0x03,0x93, |
|
|
@ -401,7 +401,7 @@ static Q_UINT8 T5[256][4]= |
|
|
|
0x7b,0xcb,0x84,0x61, 0xd5,0x32,0xb6,0x70, 0x48,0x6c,0x5c,0x74, 0xd0,0xb8,0x57,0x42 |
|
|
|
0x7b,0xcb,0x84,0x61, 0xd5,0x32,0xb6,0x70, 0x48,0x6c,0x5c,0x74, 0xd0,0xb8,0x57,0x42 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T6[256][4]= |
|
|
|
static quint8 T6[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x50,0x51,0xf4,0xa7, 0x53,0x7e,0x41,0x65, 0xc3,0x1a,0x17,0xa4, 0x96,0x3a,0x27,0x5e, |
|
|
|
0x50,0x51,0xf4,0xa7, 0x53,0x7e,0x41,0x65, 0xc3,0x1a,0x17,0xa4, 0x96,0x3a,0x27,0x5e, |
|
|
|
0xcb,0x3b,0xab,0x6b, 0xf1,0x1f,0x9d,0x45, 0xab,0xac,0xfa,0x58, 0x93,0x4b,0xe3,0x03, |
|
|
|
0xcb,0x3b,0xab,0x6b, 0xf1,0x1f,0x9d,0x45, 0xab,0xac,0xfa,0x58, 0x93,0x4b,0xe3,0x03, |
|
|
@ -469,7 +469,7 @@ static Q_UINT8 T6[256][4]= |
|
|
|
0x61,0x7b,0xcb,0x84, 0x70,0xd5,0x32,0xb6, 0x74,0x48,0x6c,0x5c, 0x42,0xd0,0xb8,0x57 |
|
|
|
0x61,0x7b,0xcb,0x84, 0x70,0xd5,0x32,0xb6, 0x74,0x48,0x6c,0x5c, 0x42,0xd0,0xb8,0x57 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T7[256][4]= |
|
|
|
static quint8 T7[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0xa7,0x50,0x51,0xf4, 0x65,0x53,0x7e,0x41, 0xa4,0xc3,0x1a,0x17, 0x5e,0x96,0x3a,0x27, |
|
|
|
0xa7,0x50,0x51,0xf4, 0x65,0x53,0x7e,0x41, 0xa4,0xc3,0x1a,0x17, 0x5e,0x96,0x3a,0x27, |
|
|
|
0x6b,0xcb,0x3b,0xab, 0x45,0xf1,0x1f,0x9d, 0x58,0xab,0xac,0xfa, 0x03,0x93,0x4b,0xe3, |
|
|
|
0x6b,0xcb,0x3b,0xab, 0x45,0xf1,0x1f,0x9d, 0x58,0xab,0xac,0xfa, 0x03,0x93,0x4b,0xe3, |
|
|
@ -537,7 +537,7 @@ static Q_UINT8 T7[256][4]= |
|
|
|
0x84,0x61,0x7b,0xcb, 0xb6,0x70,0xd5,0x32, 0x5c,0x74,0x48,0x6c, 0x57,0x42,0xd0,0xb8 |
|
|
|
0x84,0x61,0x7b,0xcb, 0xb6,0x70,0xd5,0x32, 0x5c,0x74,0x48,0x6c, 0x57,0x42,0xd0,0xb8 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 T8[256][4]= |
|
|
|
static quint8 T8[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0xf4,0xa7,0x50,0x51, 0x41,0x65,0x53,0x7e, 0x17,0xa4,0xc3,0x1a, 0x27,0x5e,0x96,0x3a, |
|
|
|
0xf4,0xa7,0x50,0x51, 0x41,0x65,0x53,0x7e, 0x17,0xa4,0xc3,0x1a, 0x27,0x5e,0x96,0x3a, |
|
|
|
0xab,0x6b,0xcb,0x3b, 0x9d,0x45,0xf1,0x1f, 0xfa,0x58,0xab,0xac, 0xe3,0x03,0x93,0x4b, |
|
|
|
0xab,0x6b,0xcb,0x3b, 0x9d,0x45,0xf1,0x1f, 0xfa,0x58,0xab,0xac, 0xe3,0x03,0x93,0x4b, |
|
|
@ -605,7 +605,7 @@ static Q_UINT8 T8[256][4]= |
|
|
|
0xcb,0x84,0x61,0x7b, 0x32,0xb6,0x70,0xd5, 0x6c,0x5c,0x74,0x48, 0xb8,0x57,0x42,0xd0 |
|
|
|
0xcb,0x84,0x61,0x7b, 0x32,0xb6,0x70,0xd5, 0x6c,0x5c,0x74,0x48, 0xb8,0x57,0x42,0xd0 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 S5[256]= |
|
|
|
static quint8 S5[256]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x52,0x09,0x6a,0xd5, |
|
|
|
0x52,0x09,0x6a,0xd5, |
|
|
|
0x30,0x36,0xa5,0x38, |
|
|
|
0x30,0x36,0xa5,0x38, |
|
|
@ -673,7 +673,7 @@ static Q_UINT8 S5[256]= |
|
|
|
0x55,0x21,0x0c,0x7d |
|
|
|
0x55,0x21,0x0c,0x7d |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 U1[256][4]= |
|
|
|
static quint8 U1[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x00,0x00,0x00,0x00, 0x0e,0x09,0x0d,0x0b, 0x1c,0x12,0x1a,0x16, 0x12,0x1b,0x17,0x1d, |
|
|
|
0x00,0x00,0x00,0x00, 0x0e,0x09,0x0d,0x0b, 0x1c,0x12,0x1a,0x16, 0x12,0x1b,0x17,0x1d, |
|
|
|
0x38,0x24,0x34,0x2c, 0x36,0x2d,0x39,0x27, 0x24,0x36,0x2e,0x3a, 0x2a,0x3f,0x23,0x31, |
|
|
|
0x38,0x24,0x34,0x2c, 0x36,0x2d,0x39,0x27, 0x24,0x36,0x2e,0x3a, 0x2a,0x3f,0x23,0x31, |
|
|
@ -741,7 +741,7 @@ static Q_UINT8 U1[256][4]= |
|
|
|
0x9f,0x5d,0x80,0xbe, 0x91,0x54,0x8d,0xb5, 0x83,0x4f,0x9a,0xa8, 0x8d,0x46,0x97,0xa3 |
|
|
|
0x9f,0x5d,0x80,0xbe, 0x91,0x54,0x8d,0xb5, 0x83,0x4f,0x9a,0xa8, 0x8d,0x46,0x97,0xa3 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 U2[256][4]= |
|
|
|
static quint8 U2[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x00,0x00,0x00,0x00, 0x0b,0x0e,0x09,0x0d, 0x16,0x1c,0x12,0x1a, 0x1d,0x12,0x1b,0x17, |
|
|
|
0x00,0x00,0x00,0x00, 0x0b,0x0e,0x09,0x0d, 0x16,0x1c,0x12,0x1a, 0x1d,0x12,0x1b,0x17, |
|
|
|
0x2c,0x38,0x24,0x34, 0x27,0x36,0x2d,0x39, 0x3a,0x24,0x36,0x2e, 0x31,0x2a,0x3f,0x23, |
|
|
|
0x2c,0x38,0x24,0x34, 0x27,0x36,0x2d,0x39, 0x3a,0x24,0x36,0x2e, 0x31,0x2a,0x3f,0x23, |
|
|
@ -809,7 +809,7 @@ static Q_UINT8 U2[256][4]= |
|
|
|
0xbe,0x9f,0x5d,0x80, 0xb5,0x91,0x54,0x8d, 0xa8,0x83,0x4f,0x9a, 0xa3,0x8d,0x46,0x97 |
|
|
|
0xbe,0x9f,0x5d,0x80, 0xb5,0x91,0x54,0x8d, 0xa8,0x83,0x4f,0x9a, 0xa3,0x8d,0x46,0x97 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 U3[256][4]= |
|
|
|
static quint8 U3[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x00,0x00,0x00,0x00, 0x0d,0x0b,0x0e,0x09, 0x1a,0x16,0x1c,0x12, 0x17,0x1d,0x12,0x1b, |
|
|
|
0x00,0x00,0x00,0x00, 0x0d,0x0b,0x0e,0x09, 0x1a,0x16,0x1c,0x12, 0x17,0x1d,0x12,0x1b, |
|
|
|
0x34,0x2c,0x38,0x24, 0x39,0x27,0x36,0x2d, 0x2e,0x3a,0x24,0x36, 0x23,0x31,0x2a,0x3f, |
|
|
|
0x34,0x2c,0x38,0x24, 0x39,0x27,0x36,0x2d, 0x2e,0x3a,0x24,0x36, 0x23,0x31,0x2a,0x3f, |
|
|
@ -877,7 +877,7 @@ static Q_UINT8 U3[256][4]= |
|
|
|
0x80,0xbe,0x9f,0x5d, 0x8d,0xb5,0x91,0x54, 0x9a,0xa8,0x83,0x4f, 0x97,0xa3,0x8d,0x46 |
|
|
|
0x80,0xbe,0x9f,0x5d, 0x8d,0xb5,0x91,0x54, 0x9a,0xa8,0x83,0x4f, 0x97,0xa3,0x8d,0x46 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT8 U4[256][4]= |
|
|
|
static quint8 U4[256][4]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x00,0x00,0x00,0x00, 0x09,0x0d,0x0b,0x0e, 0x12,0x1a,0x16,0x1c, 0x1b,0x17,0x1d,0x12, |
|
|
|
0x00,0x00,0x00,0x00, 0x09,0x0d,0x0b,0x0e, 0x12,0x1a,0x16,0x1c, 0x1b,0x17,0x1d,0x12, |
|
|
|
0x24,0x34,0x2c,0x38, 0x2d,0x39,0x27,0x36, 0x36,0x2e,0x3a,0x24, 0x3f,0x23,0x31,0x2a, |
|
|
|
0x24,0x34,0x2c,0x38, 0x2d,0x39,0x27,0x36, 0x36,0x2e,0x3a,0x24, 0x3f,0x23,0x31,0x2a, |
|
|
@ -945,7 +945,7 @@ static Q_UINT8 U4[256][4]= |
|
|
|
0x5d,0x80,0xbe,0x9f, 0x54,0x8d,0xb5,0x91, 0x4f,0x9a,0xa8,0x83, 0x46,0x97,0xa3,0x8d |
|
|
|
0x5d,0x80,0xbe,0x9f, 0x54,0x8d,0xb5,0x91, 0x4f,0x9a,0xa8,0x83, 0x46,0x97,0xa3,0x8d |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static Q_UINT32 rcon[30]= |
|
|
|
static quint32 rcon[30]= |
|
|
|
{ |
|
|
|
{ |
|
|
|
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, |
|
|
|
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, |
|
|
|
0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, |
|
|
|
0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, |
|
|
@ -970,7 +970,7 @@ Rijndael::~Rijndael() |
|
|
|
// nothing here
|
|
|
|
// nothing here
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int Rijndael::init(Mode mode,Direction dir,const Q_UINT8 * key,KeyLength keyLen,Q_UINT8 * initVector) |
|
|
|
int Rijndael::init(Mode mode,Direction dir,const quint8 * key,KeyLength keyLen,quint8 * initVector) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// Not initialized yet
|
|
|
|
// Not initialized yet
|
|
|
|
m_state = Invalid; |
|
|
|
m_state = Invalid; |
|
|
@ -999,7 +999,7 @@ int Rijndael::init(Mode mode,Direction dir,const Q_UINT8 * key,KeyLength keyLen, |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Q_UINT32 uKeyLenInBytes; |
|
|
|
quint32 uKeyLenInBytes; |
|
|
|
|
|
|
|
|
|
|
|
// And check the key length
|
|
|
|
// And check the key length
|
|
|
|
switch(keyLen) |
|
|
|
switch(keyLen) |
|
|
@ -1025,9 +1025,9 @@ int Rijndael::init(Mode mode,Direction dir,const Q_UINT8 * key,KeyLength keyLen, |
|
|
|
|
|
|
|
|
|
|
|
if(!key) return RIJNDAEL_BAD_KEY; |
|
|
|
if(!key) return RIJNDAEL_BAD_KEY; |
|
|
|
|
|
|
|
|
|
|
|
Q_UINT8 keyMatrix[_MAX_KEY_COLUMNS][4]; |
|
|
|
quint8 keyMatrix[_MAX_KEY_COLUMNS][4]; |
|
|
|
|
|
|
|
|
|
|
|
for(Q_UINT32 i = 0;i < uKeyLenInBytes;i++)keyMatrix[i >> 2][i & 3] = key[i]; |
|
|
|
for(quint32 i = 0;i < uKeyLenInBytes;i++)keyMatrix[i >> 2][i & 3] = key[i]; |
|
|
|
|
|
|
|
|
|
|
|
keySched(keyMatrix); |
|
|
|
keySched(keyMatrix); |
|
|
|
|
|
|
|
|
|
|
@ -1038,10 +1038,10 @@ int Rijndael::init(Mode mode,Direction dir,const Q_UINT8 * key,KeyLength keyLen, |
|
|
|
return RIJNDAEL_SUCCESS; |
|
|
|
return RIJNDAEL_SUCCESS; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int Rijndael::blockEncrypt(const Q_UINT8 *input,int inputLen,Q_UINT8 *outBuffer) |
|
|
|
int Rijndael::blockEncrypt(const quint8 *input,int inputLen,quint8 *outBuffer) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int i, k, numBlocks; |
|
|
|
int i, k, numBlocks; |
|
|
|
Q_UINT8 block[16], iv[4][4]; |
|
|
|
quint8 block[16], iv[4][4]; |
|
|
|
|
|
|
|
|
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_direction != Encrypt) return RIJNDAEL_BAD_DIRECTION; |
|
|
|
if(m_direction != Encrypt) return RIJNDAEL_BAD_DIRECTION; |
|
|
@ -1060,18 +1060,18 @@ int Rijndael::blockEncrypt(const Q_UINT8 *input,int inputLen,Q_UINT8 *outBuffer) |
|
|
|
} |
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
case CBC: |
|
|
|
case CBC: |
|
|
|
((Q_UINT32*)block)[0] = ((Q_UINT32*)m_initVector)[0] ^ ((Q_UINT32*)input)[0]; |
|
|
|
((quint32*)block)[0] = ((quint32*)m_initVector)[0] ^ ((quint32*)input)[0]; |
|
|
|
((Q_UINT32*)block)[1] = ((Q_UINT32*)m_initVector)[1] ^ ((Q_UINT32*)input)[1]; |
|
|
|
((quint32*)block)[1] = ((quint32*)m_initVector)[1] ^ ((quint32*)input)[1]; |
|
|
|
((Q_UINT32*)block)[2] = ((Q_UINT32*)m_initVector)[2] ^ ((Q_UINT32*)input)[2]; |
|
|
|
((quint32*)block)[2] = ((quint32*)m_initVector)[2] ^ ((quint32*)input)[2]; |
|
|
|
((Q_UINT32*)block)[3] = ((Q_UINT32*)m_initVector)[3] ^ ((Q_UINT32*)input)[3]; |
|
|
|
((quint32*)block)[3] = ((quint32*)m_initVector)[3] ^ ((quint32*)input)[3]; |
|
|
|
encrypt(block,outBuffer); |
|
|
|
encrypt(block,outBuffer); |
|
|
|
input += 16; |
|
|
|
input += 16; |
|
|
|
for(i = numBlocks - 1;i > 0;i--) |
|
|
|
for(i = numBlocks - 1;i > 0;i--) |
|
|
|
{ |
|
|
|
{ |
|
|
|
((Q_UINT32*)block)[0] = ((Q_UINT32*)outBuffer)[0] ^ ((Q_UINT32*)input)[0]; |
|
|
|
((quint32*)block)[0] = ((quint32*)outBuffer)[0] ^ ((quint32*)input)[0]; |
|
|
|
((Q_UINT32*)block)[1] = ((Q_UINT32*)outBuffer)[1] ^ ((Q_UINT32*)input)[1]; |
|
|
|
((quint32*)block)[1] = ((quint32*)outBuffer)[1] ^ ((quint32*)input)[1]; |
|
|
|
((Q_UINT32*)block)[2] = ((Q_UINT32*)outBuffer)[2] ^ ((Q_UINT32*)input)[2]; |
|
|
|
((quint32*)block)[2] = ((quint32*)outBuffer)[2] ^ ((quint32*)input)[2]; |
|
|
|
((Q_UINT32*)block)[3] = ((Q_UINT32*)outBuffer)[3] ^ ((Q_UINT32*)input)[3]; |
|
|
|
((quint32*)block)[3] = ((quint32*)outBuffer)[3] ^ ((quint32*)input)[3]; |
|
|
|
outBuffer += 16; |
|
|
|
outBuffer += 16; |
|
|
|
encrypt(block,outBuffer); |
|
|
|
encrypt(block,outBuffer); |
|
|
|
input += 16; |
|
|
|
input += 16; |
|
|
@ -1081,19 +1081,19 @@ int Rijndael::blockEncrypt(const Q_UINT8 *input,int inputLen,Q_UINT8 *outBuffer) |
|
|
|
#if STRICT_ALIGN |
|
|
|
#if STRICT_ALIGN |
|
|
|
memcpy(iv,m_initVector,16); |
|
|
|
memcpy(iv,m_initVector,16); |
|
|
|
#else /* !STRICT_ALIGN */ |
|
|
|
#else /* !STRICT_ALIGN */ |
|
|
|
*((Q_UINT32*)iv[0]) = *((Q_UINT32*)(m_initVector )); |
|
|
|
*((quint32*)iv[0]) = *((quint32*)(m_initVector )); |
|
|
|
*((Q_UINT32*)iv[1]) = *((Q_UINT32*)(m_initVector + 4)); |
|
|
|
*((quint32*)iv[1]) = *((quint32*)(m_initVector + 4)); |
|
|
|
*((Q_UINT32*)iv[2]) = *((Q_UINT32*)(m_initVector + 8)); |
|
|
|
*((quint32*)iv[2]) = *((quint32*)(m_initVector + 8)); |
|
|
|
*((Q_UINT32*)iv[3]) = *((Q_UINT32*)(m_initVector +12)); |
|
|
|
*((quint32*)iv[3]) = *((quint32*)(m_initVector +12)); |
|
|
|
#endif /* ?STRICT_ALIGN */ |
|
|
|
#endif /* ?STRICT_ALIGN */ |
|
|
|
for(i = numBlocks; i > 0; i--) |
|
|
|
for(i = numBlocks; i > 0; i--) |
|
|
|
{ |
|
|
|
{ |
|
|
|
for(k = 0; k < 128; k++) |
|
|
|
for(k = 0; k < 128; k++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*) block ) = *((Q_UINT32*)iv[0]); |
|
|
|
*((quint32*) block ) = *((quint32*)iv[0]); |
|
|
|
*((Q_UINT32*)(block+ 4)) = *((Q_UINT32*)iv[1]); |
|
|
|
*((quint32*)(block+ 4)) = *((quint32*)iv[1]); |
|
|
|
*((Q_UINT32*)(block+ 8)) = *((Q_UINT32*)iv[2]); |
|
|
|
*((quint32*)(block+ 8)) = *((quint32*)iv[2]); |
|
|
|
*((Q_UINT32*)(block+12)) = *((Q_UINT32*)iv[3]); |
|
|
|
*((quint32*)(block+12)) = *((quint32*)iv[3]); |
|
|
|
encrypt(block,block); |
|
|
|
encrypt(block,block); |
|
|
|
outBuffer[k/8] ^= (block[0] & 0x80) >> (k & 7); |
|
|
|
outBuffer[k/8] ^= (block[0] & 0x80) >> (k & 7); |
|
|
|
iv[0][0] = (iv[0][0] << 1) | (iv[0][1] >> 7); |
|
|
|
iv[0][0] = (iv[0][0] << 1) | (iv[0][1] >> 7); |
|
|
@ -1123,10 +1123,10 @@ int Rijndael::blockEncrypt(const Q_UINT8 *input,int inputLen,Q_UINT8 *outBuffer) |
|
|
|
return 128 * numBlocks; |
|
|
|
return 128 * numBlocks; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int Rijndael::padEncrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuffer) |
|
|
|
int Rijndael::padEncrypt(const quint8 *input, int inputOctets, quint8 *outBuffer) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int i, numBlocks, padLen; |
|
|
|
int i, numBlocks, padLen; |
|
|
|
Q_UINT8 block[16], *iv; |
|
|
|
quint8 block[16], *iv; |
|
|
|
|
|
|
|
|
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_direction != Encrypt) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_direction != Encrypt) return RIJNDAEL_NOT_INITIALIZED; |
|
|
@ -1154,10 +1154,10 @@ int Rijndael::padEncrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuff |
|
|
|
iv = m_initVector; |
|
|
|
iv = m_initVector; |
|
|
|
for(i = numBlocks; i > 0; i--) |
|
|
|
for(i = numBlocks; i > 0; i--) |
|
|
|
{ |
|
|
|
{ |
|
|
|
((Q_UINT32*)block)[0] = ((Q_UINT32*)input)[0] ^ ((Q_UINT32*)iv)[0]; |
|
|
|
((quint32*)block)[0] = ((quint32*)input)[0] ^ ((quint32*)iv)[0]; |
|
|
|
((Q_UINT32*)block)[1] = ((Q_UINT32*)input)[1] ^ ((Q_UINT32*)iv)[1]; |
|
|
|
((quint32*)block)[1] = ((quint32*)input)[1] ^ ((quint32*)iv)[1]; |
|
|
|
((Q_UINT32*)block)[2] = ((Q_UINT32*)input)[2] ^ ((Q_UINT32*)iv)[2]; |
|
|
|
((quint32*)block)[2] = ((quint32*)input)[2] ^ ((quint32*)iv)[2]; |
|
|
|
((Q_UINT32*)block)[3] = ((Q_UINT32*)input)[3] ^ ((Q_UINT32*)iv)[3]; |
|
|
|
((quint32*)block)[3] = ((quint32*)input)[3] ^ ((quint32*)iv)[3]; |
|
|
|
encrypt(block, outBuffer); |
|
|
|
encrypt(block, outBuffer); |
|
|
|
iv = outBuffer; |
|
|
|
iv = outBuffer; |
|
|
|
input += 16; |
|
|
|
input += 16; |
|
|
@ -1169,7 +1169,7 @@ int Rijndael::padEncrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuff |
|
|
|
block[i] = input[i] ^ iv[i]; |
|
|
|
block[i] = input[i] ^ iv[i]; |
|
|
|
} |
|
|
|
} |
|
|
|
for (i = 16 - padLen; i < 16; i++) { |
|
|
|
for (i = 16 - padLen; i < 16; i++) { |
|
|
|
block[i] = (Q_UINT8)padLen ^ iv[i]; |
|
|
|
block[i] = (quint8)padLen ^ iv[i]; |
|
|
|
} |
|
|
|
} |
|
|
|
encrypt(block,outBuffer); |
|
|
|
encrypt(block,outBuffer); |
|
|
|
break; |
|
|
|
break; |
|
|
@ -1181,10 +1181,10 @@ int Rijndael::padEncrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuff |
|
|
|
return 16*(numBlocks + 1); |
|
|
|
return 16*(numBlocks + 1); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int Rijndael::blockDecrypt(const Q_UINT8 *input, int inputLen, Q_UINT8 *outBuffer) |
|
|
|
int Rijndael::blockDecrypt(const quint8 *input, int inputLen, quint8 *outBuffer) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int i, k, numBlocks; |
|
|
|
int i, k, numBlocks; |
|
|
|
Q_UINT8 block[16], iv[4][4]; |
|
|
|
quint8 block[16], iv[4][4]; |
|
|
|
|
|
|
|
|
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if((m_mode != CFB1) && (m_direction == Encrypt)) return RIJNDAEL_BAD_DIRECTION; |
|
|
|
if((m_mode != CFB1) && (m_direction == Encrypt)) return RIJNDAEL_BAD_DIRECTION; |
|
|
@ -1207,26 +1207,26 @@ int Rijndael::blockDecrypt(const Q_UINT8 *input, int inputLen, Q_UINT8 *outBuffe |
|
|
|
#if STRICT_ALIGN |
|
|
|
#if STRICT_ALIGN |
|
|
|
memcpy(iv,m_initVector,16); |
|
|
|
memcpy(iv,m_initVector,16); |
|
|
|
#else |
|
|
|
#else |
|
|
|
*((Q_UINT32*)iv[0]) = *((Q_UINT32*)(m_initVector )); |
|
|
|
*((quint32*)iv[0]) = *((quint32*)(m_initVector )); |
|
|
|
*((Q_UINT32*)iv[1]) = *((Q_UINT32*)(m_initVector+ 4)); |
|
|
|
*((quint32*)iv[1]) = *((quint32*)(m_initVector+ 4)); |
|
|
|
*((Q_UINT32*)iv[2]) = *((Q_UINT32*)(m_initVector+ 8)); |
|
|
|
*((quint32*)iv[2]) = *((quint32*)(m_initVector+ 8)); |
|
|
|
*((Q_UINT32*)iv[3]) = *((Q_UINT32*)(m_initVector+12)); |
|
|
|
*((quint32*)iv[3]) = *((quint32*)(m_initVector+12)); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
for (i = numBlocks; i > 0; i--) |
|
|
|
for (i = numBlocks; i > 0; i--) |
|
|
|
{ |
|
|
|
{ |
|
|
|
decrypt(input, block); |
|
|
|
decrypt(input, block); |
|
|
|
((Q_UINT32*)block)[0] ^= *((Q_UINT32*)iv[0]); |
|
|
|
((quint32*)block)[0] ^= *((quint32*)iv[0]); |
|
|
|
((Q_UINT32*)block)[1] ^= *((Q_UINT32*)iv[1]); |
|
|
|
((quint32*)block)[1] ^= *((quint32*)iv[1]); |
|
|
|
((Q_UINT32*)block)[2] ^= *((Q_UINT32*)iv[2]); |
|
|
|
((quint32*)block)[2] ^= *((quint32*)iv[2]); |
|
|
|
((Q_UINT32*)block)[3] ^= *((Q_UINT32*)iv[3]); |
|
|
|
((quint32*)block)[3] ^= *((quint32*)iv[3]); |
|
|
|
#if STRICT_ALIGN |
|
|
|
#if STRICT_ALIGN |
|
|
|
memcpy(iv, input, 16); |
|
|
|
memcpy(iv, input, 16); |
|
|
|
memcpy(outBuf, block, 16); |
|
|
|
memcpy(outBuf, block, 16); |
|
|
|
#else |
|
|
|
#else |
|
|
|
*((Q_UINT32*)iv[0]) = ((Q_UINT32*)input)[0]; ((Q_UINT32*)outBuffer)[0] = ((Q_UINT32*)block)[0]; |
|
|
|
*((quint32*)iv[0]) = ((quint32*)input)[0]; ((quint32*)outBuffer)[0] = ((quint32*)block)[0]; |
|
|
|
*((Q_UINT32*)iv[1]) = ((Q_UINT32*)input)[1]; ((Q_UINT32*)outBuffer)[1] = ((Q_UINT32*)block)[1]; |
|
|
|
*((quint32*)iv[1]) = ((quint32*)input)[1]; ((quint32*)outBuffer)[1] = ((quint32*)block)[1]; |
|
|
|
*((Q_UINT32*)iv[2]) = ((Q_UINT32*)input)[2]; ((Q_UINT32*)outBuffer)[2] = ((Q_UINT32*)block)[2]; |
|
|
|
*((quint32*)iv[2]) = ((quint32*)input)[2]; ((quint32*)outBuffer)[2] = ((quint32*)block)[2]; |
|
|
|
*((Q_UINT32*)iv[3]) = ((Q_UINT32*)input)[3]; ((Q_UINT32*)outBuffer)[3] = ((Q_UINT32*)block)[3]; |
|
|
|
*((quint32*)iv[3]) = ((quint32*)input)[3]; ((quint32*)outBuffer)[3] = ((quint32*)block)[3]; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
input += 16; |
|
|
|
input += 16; |
|
|
|
outBuffer += 16; |
|
|
|
outBuffer += 16; |
|
|
@ -1236,19 +1236,19 @@ int Rijndael::blockDecrypt(const Q_UINT8 *input, int inputLen, Q_UINT8 *outBuffe |
|
|
|
#if STRICT_ALIGN |
|
|
|
#if STRICT_ALIGN |
|
|
|
memcpy(iv, m_initVector, 16); |
|
|
|
memcpy(iv, m_initVector, 16); |
|
|
|
#else |
|
|
|
#else |
|
|
|
*((Q_UINT32*)iv[0]) = *((Q_UINT32*)(m_initVector)); |
|
|
|
*((quint32*)iv[0]) = *((quint32*)(m_initVector)); |
|
|
|
*((Q_UINT32*)iv[1]) = *((Q_UINT32*)(m_initVector+ 4)); |
|
|
|
*((quint32*)iv[1]) = *((quint32*)(m_initVector+ 4)); |
|
|
|
*((Q_UINT32*)iv[2]) = *((Q_UINT32*)(m_initVector+ 8)); |
|
|
|
*((quint32*)iv[2]) = *((quint32*)(m_initVector+ 8)); |
|
|
|
*((Q_UINT32*)iv[3]) = *((Q_UINT32*)(m_initVector+12)); |
|
|
|
*((quint32*)iv[3]) = *((quint32*)(m_initVector+12)); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
for(i = numBlocks; i > 0; i--) |
|
|
|
for(i = numBlocks; i > 0; i--) |
|
|
|
{ |
|
|
|
{ |
|
|
|
for(k = 0; k < 128; k++) |
|
|
|
for(k = 0; k < 128; k++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*) block ) = *((Q_UINT32*)iv[0]); |
|
|
|
*((quint32*) block ) = *((quint32*)iv[0]); |
|
|
|
*((Q_UINT32*)(block+ 4)) = *((Q_UINT32*)iv[1]); |
|
|
|
*((quint32*)(block+ 4)) = *((quint32*)iv[1]); |
|
|
|
*((Q_UINT32*)(block+ 8)) = *((Q_UINT32*)iv[2]); |
|
|
|
*((quint32*)(block+ 8)) = *((quint32*)iv[2]); |
|
|
|
*((Q_UINT32*)(block+12)) = *((Q_UINT32*)iv[3]); |
|
|
|
*((quint32*)(block+12)) = *((quint32*)iv[3]); |
|
|
|
encrypt(block, block); |
|
|
|
encrypt(block, block); |
|
|
|
iv[0][0] = (iv[0][0] << 1) | (iv[0][1] >> 7); |
|
|
|
iv[0][0] = (iv[0][0] << 1) | (iv[0][1] >> 7); |
|
|
|
iv[0][1] = (iv[0][1] << 1) | (iv[0][2] >> 7); |
|
|
|
iv[0][1] = (iv[0][1] << 1) | (iv[0][2] >> 7); |
|
|
@ -1278,11 +1278,11 @@ int Rijndael::blockDecrypt(const Q_UINT8 *input, int inputLen, Q_UINT8 *outBuffe |
|
|
|
return 128*numBlocks; |
|
|
|
return 128*numBlocks; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int Rijndael::padDecrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuffer) |
|
|
|
int Rijndael::padDecrypt(const quint8 *input, int inputOctets, quint8 *outBuffer) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int i, numBlocks, padLen; |
|
|
|
int i, numBlocks, padLen; |
|
|
|
Q_UINT8 block[16]; |
|
|
|
quint8 block[16]; |
|
|
|
Q_UINT32 iv[4]; |
|
|
|
quint32 iv[4]; |
|
|
|
|
|
|
|
|
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_state != Valid) return RIJNDAEL_NOT_INITIALIZED; |
|
|
|
if(m_direction != Decrypt) return RIJNDAEL_BAD_DIRECTION; |
|
|
|
if(m_direction != Decrypt) return RIJNDAEL_BAD_DIRECTION; |
|
|
@ -1317,10 +1317,10 @@ int Rijndael::padDecrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuff |
|
|
|
for (i = numBlocks - 1; i > 0; i--) |
|
|
|
for (i = numBlocks - 1; i > 0; i--) |
|
|
|
{ |
|
|
|
{ |
|
|
|
decrypt(input, block); |
|
|
|
decrypt(input, block); |
|
|
|
((Q_UINT32*)block)[0] ^= iv[0]; |
|
|
|
((quint32*)block)[0] ^= iv[0]; |
|
|
|
((Q_UINT32*)block)[1] ^= iv[1]; |
|
|
|
((quint32*)block)[1] ^= iv[1]; |
|
|
|
((Q_UINT32*)block)[2] ^= iv[2]; |
|
|
|
((quint32*)block)[2] ^= iv[2]; |
|
|
|
((Q_UINT32*)block)[3] ^= iv[3]; |
|
|
|
((quint32*)block)[3] ^= iv[3]; |
|
|
|
memcpy(iv, input, 16); |
|
|
|
memcpy(iv, input, 16); |
|
|
|
memcpy(outBuffer, block, 16); |
|
|
|
memcpy(outBuffer, block, 16); |
|
|
|
input += 16; |
|
|
|
input += 16; |
|
|
@ -1328,10 +1328,10 @@ int Rijndael::padDecrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuff |
|
|
|
} |
|
|
|
} |
|
|
|
/* last block */ |
|
|
|
/* last block */ |
|
|
|
decrypt(input, block); |
|
|
|
decrypt(input, block); |
|
|
|
((Q_UINT32*)block)[0] ^= iv[0]; |
|
|
|
((quint32*)block)[0] ^= iv[0]; |
|
|
|
((Q_UINT32*)block)[1] ^= iv[1]; |
|
|
|
((quint32*)block)[1] ^= iv[1]; |
|
|
|
((Q_UINT32*)block)[2] ^= iv[2]; |
|
|
|
((quint32*)block)[2] ^= iv[2]; |
|
|
|
((Q_UINT32*)block)[3] ^= iv[3]; |
|
|
|
((quint32*)block)[3] ^= iv[3]; |
|
|
|
padLen = block[15]; |
|
|
|
padLen = block[15]; |
|
|
|
if((padLen <= 0) || (padLen > 16)) return RIJNDAEL_CORRUPTED_DATA; |
|
|
|
if((padLen <= 0) || (padLen > 16)) return RIJNDAEL_CORRUPTED_DATA; |
|
|
|
for(i = 16 - padLen; i < 16; i++) |
|
|
|
for(i = 16 - padLen; i < 16; i++) |
|
|
@ -1354,7 +1354,7 @@ int Rijndael::padDecrypt(const Q_UINT8 *input, int inputOctets, Q_UINT8 *outBuff |
|
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void Rijndael::keySched(Q_UINT8 key[_MAX_KEY_COLUMNS][4]) |
|
|
|
void Rijndael::keySched(quint8 key[_MAX_KEY_COLUMNS][4]) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int j,rconpointer = 0; |
|
|
|
int j,rconpointer = 0; |
|
|
|
|
|
|
|
|
|
|
@ -1362,13 +1362,13 @@ void Rijndael::keySched(Q_UINT8 key[_MAX_KEY_COLUMNS][4]) |
|
|
|
// The number of calculations depends on keyBits and blockBits
|
|
|
|
// The number of calculations depends on keyBits and blockBits
|
|
|
|
int uKeyColumns = m_uRounds - 6; |
|
|
|
int uKeyColumns = m_uRounds - 6; |
|
|
|
|
|
|
|
|
|
|
|
Q_UINT8 tempKey[_MAX_KEY_COLUMNS][4]; |
|
|
|
quint8 tempKey[_MAX_KEY_COLUMNS][4]; |
|
|
|
|
|
|
|
|
|
|
|
// Copy the input key to the temporary key matrix
|
|
|
|
// Copy the input key to the temporary key matrix
|
|
|
|
|
|
|
|
|
|
|
|
for(j = 0;j < uKeyColumns;j++) |
|
|
|
for(j = 0;j < uKeyColumns;j++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)(tempKey[j])) = *((Q_UINT32*)(key[j])); |
|
|
|
*((quint32*)(tempKey[j])) = *((quint32*)(key[j])); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int r = 0; |
|
|
|
int r = 0; |
|
|
@ -1379,7 +1379,7 @@ void Rijndael::keySched(Q_UINT8 key[_MAX_KEY_COLUMNS][4]) |
|
|
|
{ |
|
|
|
{ |
|
|
|
for(;(j < uKeyColumns) && (t < 4); j++, t++) |
|
|
|
for(;(j < uKeyColumns) && (t < 4); j++, t++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)m_expandedKey[r][t]) = *((Q_UINT32*)tempKey[j]); |
|
|
|
*((quint32*)m_expandedKey[r][t]) = *((quint32*)tempKey[j]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1402,12 +1402,12 @@ void Rijndael::keySched(Q_UINT8 key[_MAX_KEY_COLUMNS][4]) |
|
|
|
{ |
|
|
|
{ |
|
|
|
for(j = 1; j < uKeyColumns; j++) |
|
|
|
for(j = 1; j < uKeyColumns; j++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)tempKey[j]) ^= *((Q_UINT32*)tempKey[j-1]); |
|
|
|
*((quint32*)tempKey[j]) ^= *((quint32*)tempKey[j-1]); |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
for(j = 1; j < uKeyColumns/2; j++) |
|
|
|
for(j = 1; j < uKeyColumns/2; j++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)tempKey[j]) ^= *((Q_UINT32*)tempKey[j-1]); |
|
|
|
*((quint32*)tempKey[j]) ^= *((quint32*)tempKey[j-1]); |
|
|
|
} |
|
|
|
} |
|
|
|
tempKey[uKeyColumns/2][0] ^= S[tempKey[uKeyColumns/2 - 1][0]]; |
|
|
|
tempKey[uKeyColumns/2][0] ^= S[tempKey[uKeyColumns/2 - 1][0]]; |
|
|
|
tempKey[uKeyColumns/2][1] ^= S[tempKey[uKeyColumns/2 - 1][1]]; |
|
|
|
tempKey[uKeyColumns/2][1] ^= S[tempKey[uKeyColumns/2 - 1][1]]; |
|
|
@ -1415,14 +1415,14 @@ void Rijndael::keySched(Q_UINT8 key[_MAX_KEY_COLUMNS][4]) |
|
|
|
tempKey[uKeyColumns/2][3] ^= S[tempKey[uKeyColumns/2 - 1][3]]; |
|
|
|
tempKey[uKeyColumns/2][3] ^= S[tempKey[uKeyColumns/2 - 1][3]]; |
|
|
|
for(j = uKeyColumns/2 + 1; j < uKeyColumns; j++) |
|
|
|
for(j = uKeyColumns/2 + 1; j < uKeyColumns; j++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)tempKey[j]) ^= *((Q_UINT32*)tempKey[j-1]); |
|
|
|
*((quint32*)tempKey[j]) ^= *((quint32*)tempKey[j-1]); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
for(j = 0; (j < uKeyColumns) && (r <= (int)m_uRounds); ) |
|
|
|
for(j = 0; (j < uKeyColumns) && (r <= (int)m_uRounds); ) |
|
|
|
{ |
|
|
|
{ |
|
|
|
for(; (j < uKeyColumns) && (t < 4); j++, t++) |
|
|
|
for(; (j < uKeyColumns) && (t < 4); j++, t++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)m_expandedKey[r][t]) = *((Q_UINT32*)tempKey[j]); |
|
|
|
*((quint32*)m_expandedKey[r][t]) = *((quint32*)tempKey[j]); |
|
|
|
} |
|
|
|
} |
|
|
|
if(t == 4) |
|
|
|
if(t == 4) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -1436,74 +1436,74 @@ void Rijndael::keySched(Q_UINT8 key[_MAX_KEY_COLUMNS][4]) |
|
|
|
void Rijndael::keyEncToDec() |
|
|
|
void Rijndael::keyEncToDec() |
|
|
|
{ |
|
|
|
{ |
|
|
|
int r; |
|
|
|
int r; |
|
|
|
Q_UINT8 *w; |
|
|
|
quint8 *w; |
|
|
|
|
|
|
|
|
|
|
|
for(r = 1; r < (int)m_uRounds; r++) |
|
|
|
for(r = 1; r < (int)m_uRounds; r++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
w = m_expandedKey[r][0]; |
|
|
|
w = m_expandedKey[r][0]; |
|
|
|
*((Q_UINT32*)w) = *((Q_UINT32*)U1[w[0]]) ^ *((Q_UINT32*)U2[w[1]]) ^ *((Q_UINT32*)U3[w[2]]) ^ *((Q_UINT32*)U4[w[3]]); |
|
|
|
*((quint32*)w) = *((quint32*)U1[w[0]]) ^ *((quint32*)U2[w[1]]) ^ *((quint32*)U3[w[2]]) ^ *((quint32*)U4[w[3]]); |
|
|
|
w = m_expandedKey[r][1]; |
|
|
|
w = m_expandedKey[r][1]; |
|
|
|
*((Q_UINT32*)w) = *((Q_UINT32*)U1[w[0]]) ^ *((Q_UINT32*)U2[w[1]]) ^ *((Q_UINT32*)U3[w[2]]) ^ *((Q_UINT32*)U4[w[3]]); |
|
|
|
*((quint32*)w) = *((quint32*)U1[w[0]]) ^ *((quint32*)U2[w[1]]) ^ *((quint32*)U3[w[2]]) ^ *((quint32*)U4[w[3]]); |
|
|
|
w = m_expandedKey[r][2]; |
|
|
|
w = m_expandedKey[r][2]; |
|
|
|
*((Q_UINT32*)w) = *((Q_UINT32*)U1[w[0]]) ^ *((Q_UINT32*)U2[w[1]]) ^ *((Q_UINT32*)U3[w[2]]) ^ *((Q_UINT32*)U4[w[3]]); |
|
|
|
*((quint32*)w) = *((quint32*)U1[w[0]]) ^ *((quint32*)U2[w[1]]) ^ *((quint32*)U3[w[2]]) ^ *((quint32*)U4[w[3]]); |
|
|
|
w = m_expandedKey[r][3]; |
|
|
|
w = m_expandedKey[r][3]; |
|
|
|
*((Q_UINT32*)w) = *((Q_UINT32*)U1[w[0]]) ^ *((Q_UINT32*)U2[w[1]]) ^ *((Q_UINT32*)U3[w[2]]) ^ *((Q_UINT32*)U4[w[3]]); |
|
|
|
*((quint32*)w) = *((quint32*)U1[w[0]]) ^ *((quint32*)U2[w[1]]) ^ *((quint32*)U3[w[2]]) ^ *((quint32*)U4[w[3]]); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void Rijndael::encrypt(const Q_UINT8 a[16], Q_UINT8 b[16]) |
|
|
|
void Rijndael::encrypt(const quint8 a[16], quint8 b[16]) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int r; |
|
|
|
int r; |
|
|
|
Q_UINT8 temp[4][4]; |
|
|
|
quint8 temp[4][4]; |
|
|
|
|
|
|
|
|
|
|
|
*((Q_UINT32*)temp[0]) = *((Q_UINT32*)(a )) ^ *((Q_UINT32*)m_expandedKey[0][0]); |
|
|
|
*((quint32*)temp[0]) = *((quint32*)(a )) ^ *((quint32*)m_expandedKey[0][0]); |
|
|
|
*((Q_UINT32*)temp[1]) = *((Q_UINT32*)(a+ 4)) ^ *((Q_UINT32*)m_expandedKey[0][1]); |
|
|
|
*((quint32*)temp[1]) = *((quint32*)(a+ 4)) ^ *((quint32*)m_expandedKey[0][1]); |
|
|
|
*((Q_UINT32*)temp[2]) = *((Q_UINT32*)(a+ 8)) ^ *((Q_UINT32*)m_expandedKey[0][2]); |
|
|
|
*((quint32*)temp[2]) = *((quint32*)(a+ 8)) ^ *((quint32*)m_expandedKey[0][2]); |
|
|
|
*((Q_UINT32*)temp[3]) = *((Q_UINT32*)(a+12)) ^ *((Q_UINT32*)m_expandedKey[0][3]); |
|
|
|
*((quint32*)temp[3]) = *((quint32*)(a+12)) ^ *((quint32*)m_expandedKey[0][3]); |
|
|
|
*((Q_UINT32*)(b )) = *((Q_UINT32*)T1[temp[0][0]]) |
|
|
|
*((quint32*)(b )) = *((quint32*)T1[temp[0][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[1][1]]) |
|
|
|
^ *((quint32*)T2[temp[1][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[2][2]]) |
|
|
|
^ *((quint32*)T3[temp[2][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[3][3]]); |
|
|
|
^ *((quint32*)T4[temp[3][3]]); |
|
|
|
*((Q_UINT32*)(b + 4)) = *((Q_UINT32*)T1[temp[1][0]]) |
|
|
|
*((quint32*)(b + 4)) = *((quint32*)T1[temp[1][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[2][1]]) |
|
|
|
^ *((quint32*)T2[temp[2][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[3][2]]) |
|
|
|
^ *((quint32*)T3[temp[3][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[0][3]]); |
|
|
|
^ *((quint32*)T4[temp[0][3]]); |
|
|
|
*((Q_UINT32*)(b + 8)) = *((Q_UINT32*)T1[temp[2][0]]) |
|
|
|
*((quint32*)(b + 8)) = *((quint32*)T1[temp[2][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[3][1]]) |
|
|
|
^ *((quint32*)T2[temp[3][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[0][2]]) |
|
|
|
^ *((quint32*)T3[temp[0][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[1][3]]); |
|
|
|
^ *((quint32*)T4[temp[1][3]]); |
|
|
|
*((Q_UINT32*)(b +12)) = *((Q_UINT32*)T1[temp[3][0]]) |
|
|
|
*((quint32*)(b +12)) = *((quint32*)T1[temp[3][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[0][1]]) |
|
|
|
^ *((quint32*)T2[temp[0][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[1][2]]) |
|
|
|
^ *((quint32*)T3[temp[1][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[2][3]]); |
|
|
|
^ *((quint32*)T4[temp[2][3]]); |
|
|
|
for(r = 1; r < (int)m_uRounds-1; r++) |
|
|
|
for(r = 1; r < (int)m_uRounds-1; r++) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)temp[0]) = *((Q_UINT32*)(b )) ^ *((Q_UINT32*)m_expandedKey[r][0]); |
|
|
|
*((quint32*)temp[0]) = *((quint32*)(b )) ^ *((quint32*)m_expandedKey[r][0]); |
|
|
|
*((Q_UINT32*)temp[1]) = *((Q_UINT32*)(b+ 4)) ^ *((Q_UINT32*)m_expandedKey[r][1]); |
|
|
|
*((quint32*)temp[1]) = *((quint32*)(b+ 4)) ^ *((quint32*)m_expandedKey[r][1]); |
|
|
|
*((Q_UINT32*)temp[2]) = *((Q_UINT32*)(b+ 8)) ^ *((Q_UINT32*)m_expandedKey[r][2]); |
|
|
|
*((quint32*)temp[2]) = *((quint32*)(b+ 8)) ^ *((quint32*)m_expandedKey[r][2]); |
|
|
|
*((Q_UINT32*)temp[3]) = *((Q_UINT32*)(b+12)) ^ *((Q_UINT32*)m_expandedKey[r][3]); |
|
|
|
*((quint32*)temp[3]) = *((quint32*)(b+12)) ^ *((quint32*)m_expandedKey[r][3]); |
|
|
|
|
|
|
|
|
|
|
|
*((Q_UINT32*)(b )) = *((Q_UINT32*)T1[temp[0][0]]) |
|
|
|
*((quint32*)(b )) = *((quint32*)T1[temp[0][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[1][1]]) |
|
|
|
^ *((quint32*)T2[temp[1][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[2][2]]) |
|
|
|
^ *((quint32*)T3[temp[2][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[3][3]]); |
|
|
|
^ *((quint32*)T4[temp[3][3]]); |
|
|
|
*((Q_UINT32*)(b + 4)) = *((Q_UINT32*)T1[temp[1][0]]) |
|
|
|
*((quint32*)(b + 4)) = *((quint32*)T1[temp[1][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[2][1]]) |
|
|
|
^ *((quint32*)T2[temp[2][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[3][2]]) |
|
|
|
^ *((quint32*)T3[temp[3][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[0][3]]); |
|
|
|
^ *((quint32*)T4[temp[0][3]]); |
|
|
|
*((Q_UINT32*)(b + 8)) = *((Q_UINT32*)T1[temp[2][0]]) |
|
|
|
*((quint32*)(b + 8)) = *((quint32*)T1[temp[2][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[3][1]]) |
|
|
|
^ *((quint32*)T2[temp[3][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[0][2]]) |
|
|
|
^ *((quint32*)T3[temp[0][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[1][3]]); |
|
|
|
^ *((quint32*)T4[temp[1][3]]); |
|
|
|
*((Q_UINT32*)(b +12)) = *((Q_UINT32*)T1[temp[3][0]]) |
|
|
|
*((quint32*)(b +12)) = *((quint32*)T1[temp[3][0]]) |
|
|
|
^ *((Q_UINT32*)T2[temp[0][1]]) |
|
|
|
^ *((quint32*)T2[temp[0][1]]) |
|
|
|
^ *((Q_UINT32*)T3[temp[1][2]]) |
|
|
|
^ *((quint32*)T3[temp[1][2]]) |
|
|
|
^ *((Q_UINT32*)T4[temp[2][3]]); |
|
|
|
^ *((quint32*)T4[temp[2][3]]); |
|
|
|
} |
|
|
|
} |
|
|
|
*((Q_UINT32*)temp[0]) = *((Q_UINT32*)(b )) ^ *((Q_UINT32*)m_expandedKey[m_uRounds-1][0]); |
|
|
|
*((quint32*)temp[0]) = *((quint32*)(b )) ^ *((quint32*)m_expandedKey[m_uRounds-1][0]); |
|
|
|
*((Q_UINT32*)temp[1]) = *((Q_UINT32*)(b+ 4)) ^ *((Q_UINT32*)m_expandedKey[m_uRounds-1][1]); |
|
|
|
*((quint32*)temp[1]) = *((quint32*)(b+ 4)) ^ *((quint32*)m_expandedKey[m_uRounds-1][1]); |
|
|
|
*((Q_UINT32*)temp[2]) = *((Q_UINT32*)(b+ 8)) ^ *((Q_UINT32*)m_expandedKey[m_uRounds-1][2]); |
|
|
|
*((quint32*)temp[2]) = *((quint32*)(b+ 8)) ^ *((quint32*)m_expandedKey[m_uRounds-1][2]); |
|
|
|
*((Q_UINT32*)temp[3]) = *((Q_UINT32*)(b+12)) ^ *((Q_UINT32*)m_expandedKey[m_uRounds-1][3]); |
|
|
|
*((quint32*)temp[3]) = *((quint32*)(b+12)) ^ *((quint32*)m_expandedKey[m_uRounds-1][3]); |
|
|
|
b[ 0] = T1[temp[0][0]][1]; |
|
|
|
b[ 0] = T1[temp[0][0]][1]; |
|
|
|
b[ 1] = T1[temp[1][1]][1]; |
|
|
|
b[ 1] = T1[temp[1][1]][1]; |
|
|
|
b[ 2] = T1[temp[2][2]][1]; |
|
|
|
b[ 2] = T1[temp[2][2]][1]; |
|
|
@ -1520,66 +1520,66 @@ void Rijndael::encrypt(const Q_UINT8 a[16], Q_UINT8 b[16]) |
|
|
|
b[13] = T1[temp[0][1]][1]; |
|
|
|
b[13] = T1[temp[0][1]][1]; |
|
|
|
b[14] = T1[temp[1][2]][1]; |
|
|
|
b[14] = T1[temp[1][2]][1]; |
|
|
|
b[15] = T1[temp[2][3]][1]; |
|
|
|
b[15] = T1[temp[2][3]][1]; |
|
|
|
*((Q_UINT32*)(b )) ^= *((Q_UINT32*)m_expandedKey[m_uRounds][0]); |
|
|
|
*((quint32*)(b )) ^= *((quint32*)m_expandedKey[m_uRounds][0]); |
|
|
|
*((Q_UINT32*)(b+ 4)) ^= *((Q_UINT32*)m_expandedKey[m_uRounds][1]); |
|
|
|
*((quint32*)(b+ 4)) ^= *((quint32*)m_expandedKey[m_uRounds][1]); |
|
|
|
*((Q_UINT32*)(b+ 8)) ^= *((Q_UINT32*)m_expandedKey[m_uRounds][2]); |
|
|
|
*((quint32*)(b+ 8)) ^= *((quint32*)m_expandedKey[m_uRounds][2]); |
|
|
|
*((Q_UINT32*)(b+12)) ^= *((Q_UINT32*)m_expandedKey[m_uRounds][3]); |
|
|
|
*((quint32*)(b+12)) ^= *((quint32*)m_expandedKey[m_uRounds][3]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void Rijndael::decrypt(const Q_UINT8 a[16], Q_UINT8 b[16]) |
|
|
|
void Rijndael::decrypt(const quint8 a[16], quint8 b[16]) |
|
|
|
{ |
|
|
|
{ |
|
|
|
int r; |
|
|
|
int r; |
|
|
|
Q_UINT8 temp[4][4]; |
|
|
|
quint8 temp[4][4]; |
|
|
|
|
|
|
|
|
|
|
|
*((Q_UINT32*)temp[0]) = *((Q_UINT32*)(a )) ^ *((Q_UINT32*)m_expandedKey[m_uRounds][0]); |
|
|
|
*((quint32*)temp[0]) = *((quint32*)(a )) ^ *((quint32*)m_expandedKey[m_uRounds][0]); |
|
|
|
*((Q_UINT32*)temp[1]) = *((Q_UINT32*)(a+ 4)) ^ *((Q_UINT32*)m_expandedKey[m_uRounds][1]); |
|
|
|
*((quint32*)temp[1]) = *((quint32*)(a+ 4)) ^ *((quint32*)m_expandedKey[m_uRounds][1]); |
|
|
|
*((Q_UINT32*)temp[2]) = *((Q_UINT32*)(a+ 8)) ^ *((Q_UINT32*)m_expandedKey[m_uRounds][2]); |
|
|
|
*((quint32*)temp[2]) = *((quint32*)(a+ 8)) ^ *((quint32*)m_expandedKey[m_uRounds][2]); |
|
|
|
*((Q_UINT32*)temp[3]) = *((Q_UINT32*)(a+12)) ^ *((Q_UINT32*)m_expandedKey[m_uRounds][3]); |
|
|
|
*((quint32*)temp[3]) = *((quint32*)(a+12)) ^ *((quint32*)m_expandedKey[m_uRounds][3]); |
|
|
|
|
|
|
|
|
|
|
|
*((Q_UINT32*)(b )) = *((Q_UINT32*)T5[temp[0][0]]) |
|
|
|
*((quint32*)(b )) = *((quint32*)T5[temp[0][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[3][1]]) |
|
|
|
^ *((quint32*)T6[temp[3][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[2][2]]) |
|
|
|
^ *((quint32*)T7[temp[2][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[1][3]]); |
|
|
|
^ *((quint32*)T8[temp[1][3]]); |
|
|
|
*((Q_UINT32*)(b+ 4)) = *((Q_UINT32*)T5[temp[1][0]]) |
|
|
|
*((quint32*)(b+ 4)) = *((quint32*)T5[temp[1][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[0][1]]) |
|
|
|
^ *((quint32*)T6[temp[0][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[3][2]]) |
|
|
|
^ *((quint32*)T7[temp[3][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[2][3]]); |
|
|
|
^ *((quint32*)T8[temp[2][3]]); |
|
|
|
*((Q_UINT32*)(b+ 8)) = *((Q_UINT32*)T5[temp[2][0]]) |
|
|
|
*((quint32*)(b+ 8)) = *((quint32*)T5[temp[2][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[1][1]]) |
|
|
|
^ *((quint32*)T6[temp[1][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[0][2]]) |
|
|
|
^ *((quint32*)T7[temp[0][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[3][3]]); |
|
|
|
^ *((quint32*)T8[temp[3][3]]); |
|
|
|
*((Q_UINT32*)(b+12)) = *((Q_UINT32*)T5[temp[3][0]]) |
|
|
|
*((quint32*)(b+12)) = *((quint32*)T5[temp[3][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[2][1]]) |
|
|
|
^ *((quint32*)T6[temp[2][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[1][2]]) |
|
|
|
^ *((quint32*)T7[temp[1][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[0][3]]); |
|
|
|
^ *((quint32*)T8[temp[0][3]]); |
|
|
|
for(r = m_uRounds-1; r > 1; r--) |
|
|
|
for(r = m_uRounds-1; r > 1; r--) |
|
|
|
{ |
|
|
|
{ |
|
|
|
*((Q_UINT32*)temp[0]) = *((Q_UINT32*)(b )) ^ *((Q_UINT32*)m_expandedKey[r][0]); |
|
|
|
*((quint32*)temp[0]) = *((quint32*)(b )) ^ *((quint32*)m_expandedKey[r][0]); |
|
|
|
*((Q_UINT32*)temp[1]) = *((Q_UINT32*)(b+ 4)) ^ *((Q_UINT32*)m_expandedKey[r][1]); |
|
|
|
*((quint32*)temp[1]) = *((quint32*)(b+ 4)) ^ *((quint32*)m_expandedKey[r][1]); |
|
|
|
*((Q_UINT32*)temp[2]) = *((Q_UINT32*)(b+ 8)) ^ *((Q_UINT32*)m_expandedKey[r][2]); |
|
|
|
*((quint32*)temp[2]) = *((quint32*)(b+ 8)) ^ *((quint32*)m_expandedKey[r][2]); |
|
|
|
*((Q_UINT32*)temp[3]) = *((Q_UINT32*)(b+12)) ^ *((Q_UINT32*)m_expandedKey[r][3]); |
|
|
|
*((quint32*)temp[3]) = *((quint32*)(b+12)) ^ *((quint32*)m_expandedKey[r][3]); |
|
|
|
*((Q_UINT32*)(b )) = *((Q_UINT32*)T5[temp[0][0]]) |
|
|
|
*((quint32*)(b )) = *((quint32*)T5[temp[0][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[3][1]]) |
|
|
|
^ *((quint32*)T6[temp[3][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[2][2]]) |
|
|
|
^ *((quint32*)T7[temp[2][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[1][3]]); |
|
|
|
^ *((quint32*)T8[temp[1][3]]); |
|
|
|
*((Q_UINT32*)(b+ 4)) = *((Q_UINT32*)T5[temp[1][0]]) |
|
|
|
*((quint32*)(b+ 4)) = *((quint32*)T5[temp[1][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[0][1]]) |
|
|
|
^ *((quint32*)T6[temp[0][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[3][2]]) |
|
|
|
^ *((quint32*)T7[temp[3][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[2][3]]); |
|
|
|
^ *((quint32*)T8[temp[2][3]]); |
|
|
|
*((Q_UINT32*)(b+ 8)) = *((Q_UINT32*)T5[temp[2][0]]) |
|
|
|
*((quint32*)(b+ 8)) = *((quint32*)T5[temp[2][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[1][1]]) |
|
|
|
^ *((quint32*)T6[temp[1][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[0][2]]) |
|
|
|
^ *((quint32*)T7[temp[0][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[3][3]]); |
|
|
|
^ *((quint32*)T8[temp[3][3]]); |
|
|
|
*((Q_UINT32*)(b+12)) = *((Q_UINT32*)T5[temp[3][0]]) |
|
|
|
*((quint32*)(b+12)) = *((quint32*)T5[temp[3][0]]) |
|
|
|
^ *((Q_UINT32*)T6[temp[2][1]]) |
|
|
|
^ *((quint32*)T6[temp[2][1]]) |
|
|
|
^ *((Q_UINT32*)T7[temp[1][2]]) |
|
|
|
^ *((quint32*)T7[temp[1][2]]) |
|
|
|
^ *((Q_UINT32*)T8[temp[0][3]]); |
|
|
|
^ *((quint32*)T8[temp[0][3]]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
*((Q_UINT32*)temp[0]) = *((Q_UINT32*)(b )) ^ *((Q_UINT32*)m_expandedKey[1][0]); |
|
|
|
*((quint32*)temp[0]) = *((quint32*)(b )) ^ *((quint32*)m_expandedKey[1][0]); |
|
|
|
*((Q_UINT32*)temp[1]) = *((Q_UINT32*)(b+ 4)) ^ *((Q_UINT32*)m_expandedKey[1][1]); |
|
|
|
*((quint32*)temp[1]) = *((quint32*)(b+ 4)) ^ *((quint32*)m_expandedKey[1][1]); |
|
|
|
*((Q_UINT32*)temp[2]) = *((Q_UINT32*)(b+ 8)) ^ *((Q_UINT32*)m_expandedKey[1][2]); |
|
|
|
*((quint32*)temp[2]) = *((quint32*)(b+ 8)) ^ *((quint32*)m_expandedKey[1][2]); |
|
|
|
*((Q_UINT32*)temp[3]) = *((Q_UINT32*)(b+12)) ^ *((Q_UINT32*)m_expandedKey[1][3]); |
|
|
|
*((quint32*)temp[3]) = *((quint32*)(b+12)) ^ *((quint32*)m_expandedKey[1][3]); |
|
|
|
b[ 0] = S5[temp[0][0]]; |
|
|
|
b[ 0] = S5[temp[0][0]]; |
|
|
|
b[ 1] = S5[temp[3][1]]; |
|
|
|
b[ 1] = S5[temp[3][1]]; |
|
|
|
b[ 2] = S5[temp[2][2]]; |
|
|
|
b[ 2] = S5[temp[2][2]]; |
|
|
@ -1596,10 +1596,10 @@ void Rijndael::decrypt(const Q_UINT8 a[16], Q_UINT8 b[16]) |
|
|
|
b[13] = S5[temp[2][1]]; |
|
|
|
b[13] = S5[temp[2][1]]; |
|
|
|
b[14] = S5[temp[1][2]]; |
|
|
|
b[14] = S5[temp[1][2]]; |
|
|
|
b[15] = S5[temp[0][3]]; |
|
|
|
b[15] = S5[temp[0][3]]; |
|
|
|
*((Q_UINT32*)(b )) ^= *((Q_UINT32*)m_expandedKey[0][0]); |
|
|
|
*((quint32*)(b )) ^= *((quint32*)m_expandedKey[0][0]); |
|
|
|
*((Q_UINT32*)(b+ 4)) ^= *((Q_UINT32*)m_expandedKey[0][1]); |
|
|
|
*((quint32*)(b+ 4)) ^= *((quint32*)m_expandedKey[0][1]); |
|
|
|
*((Q_UINT32*)(b+ 8)) ^= *((Q_UINT32*)m_expandedKey[0][2]); |
|
|
|
*((quint32*)(b+ 8)) ^= *((quint32*)m_expandedKey[0][2]); |
|
|
|
*((Q_UINT32*)(b+12)) ^= *((Q_UINT32*)m_expandedKey[0][3]); |
|
|
|
*((quint32*)(b+12)) ^= *((quint32*)m_expandedKey[0][3]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|