aes_ccm_enc
aes_ccm_enc(C, T[i].ptxt, bufp, 1);
aes_ccm_enc(C, T[i].ptxt + 1, bufp + 1, 2);
aes_ccm_enc(C, T[i].ptxt + 3, bufp + 3, T[i].mlen - 4);
aes_ccm_enc(C, T[i].ptxt + T[i].mlen - 1,
void aes_ccm_enc(struct aes_ccm *, const void *, void *, size_t);
aes_ccm_enc(C, p, p, seglen);