Lines Matching refs:iv
42 int len, const u8 iv[AES_BLOCK_SIZE]) in aescfb_encrypt()
45 const u8 *v = iv; in aescfb_encrypt()
71 int len, const u8 iv[AES_BLOCK_SIZE]) in aescfb_decrypt()
75 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
112 u8 iv[AES_BLOCK_SIZE] __nonstring; member
121 .iv = "\x00\x01\x02\x03\x04\x05\x06\x07"
145 .iv = "\x00\x01\x02\x03\x04\x05\x06\x07"
170 .iv = "\x00\x01\x02\x03\x04\x05\x06\x07"
193 .iv = "\x00\x01\x02\x03\x04\x05\x06\x07"
206 .iv = "\x00\x01\x02\x03\x04\x05\x06\x07"
226 aescfb_tv[i].iv); in libaescfb_init()
233 aescfb_decrypt(&ctx, buf, buf, aescfb_tv[i].len, aescfb_tv[i].iv); in libaescfb_init()
240 aescfb_encrypt(&ctx, buf, buf, aescfb_tv[i].len, aescfb_tv[i].iv); in libaescfb_init()