Home | History | Annotate | Download | only in des

Lines Matching refs:xef

97 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
119 {0x1C,0x58,0x7F,0x1C,0x13,0x92,0x4F,0xEF},
125 {0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
134 {0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
136 {0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
138 {0x5C,0xD5,0x4C,0xA8,0x3D,0xEF,0x57,0xDA},
149 {0x00,0x4B,0xD6,0xEF,0x09,0x17,0x60,0x62},
156 {0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
157 {0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
158 {0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
184 {0xEF,0x1B,0xF0,0x3E,0x5D,0xFA,0x57,0x5A},
230 {0xEF,0x6F,0xAF,0xA7,0x66,0x1A,0x7E,0x89},
235 static unsigned char cbc_key [8]={0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef};
287 static unsigned char cfb_key[8]={0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef};
288 static unsigned char cfb_iv[8]={0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef};
313 static unsigned char ofb_key[8]={0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef};
314 static unsigned char ofb_iv[8]={0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef};