Lines Matching +full:0 +full:x2d
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()
126 "\xae\x2d\x8a\x57\x1e\x03\xac\x9c"
132 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20"
150 "\xae\x2d\x8a\x57\x1e\x03\xac\x9c"
169 "\x2d\x98\x10\xa3\x09\x14\xdf\xf4",
175 "\xae\x2d\x8a\x57\x1e\x03\xac\x9c"
199 .ctext = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20"
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()