aesctr_keysetup
void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
aesctr_keysetup(&cc->ac_ctx, key, 8 * keylen, 8 * ivlen);