Lines Matching +full:0 +full:x7e
48 while (len > 0) { in aescfb_encrypt()
76 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
78 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt()
119 .key = "\x2b\x7e\x15\x16\x28\xae\xd2\xa6"
125 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
149 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
174 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
181 .ctext = "\xdc\x7e\x84\xbf\xda\x79\x16\x4b"
182 "\x7e\xcd\x84\x86\x98\x5d\x38\x60"
191 .key = "\x2b\x7e\x15\x16\x28\xae\xd2\xa6"
197 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
204 .key = "\x2b\x7e\x15\x16\x28\xae\xd2\xa6"
217 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init()
249 return 0; in libaescfb_init()