Lines Matching +full:0 +full:xc1
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"
128 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef"
147 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
152 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef"
172 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
177 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef"
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()