Lines Matching +full:0 +full:x0e
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()
123 "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f",
138 "\xc0\x4b\x05\x35\x7c\x5d\x1c\x0e"
142 .key = "\x8e\x73\xb0\xf7\xda\x0e\x64\x52"
147 "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f",
172 "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f",
195 "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f",
208 "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f",
217 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init()
249 return 0; in libaescfb_init()