Lines Matching +full:0 +full:x2e
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()
124 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
132 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20"
148 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
160 "\x2e\x1e\x8a\x1d\xd5\x9b\x88\xb1"
173 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
196 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
199 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20"
209 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f",
210 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad",
217 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init()
249 return 0; in libaescfb_init()