aescfb_encrypt
aescfb_encrypt(&auth->aes_key, &buf->data[offset_p],
void aescfb_encrypt(const struct aes_enckey *key, u8 *dst, const u8 *src,
aescfb_encrypt(&key, buf, aescfb_tv[i].ptext, aescfb_tv[i].len,
aescfb_encrypt(&key, buf, buf, aescfb_tv[i].len, aescfb_tv[i].iv);
EXPORT_SYMBOL(aescfb_encrypt);