Lines Matching +full:0 +full:x9f
47 while (len > 0) { in aescfb_encrypt()
75 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
77 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt()
123 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
129 "\xf6\x9f\x24\x45\xdf\x4f\x9b\x17"
134 "\xcd\xe3\xcd\xad\x9f\x1c\xe5\x8b"
138 "\xea\xc4\xc6\x6f\x9f\xf7\xf2\xe6",
147 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
153 "\xf6\x9f\x24\x45\xdf\x4f\x9b\x17"
161 "\xc0\x5f\x9f\x9c\xa9\x83\x4f\xa0"
172 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
178 "\xf6\x9f\x24\x45\xdf\x4f\x9b\x17"
195 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
208 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f",
216 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init()
248 return 0; in libaescfb_init()