aes_ccm_verify
if (!aes_ccm_verify(C, T[i].tag)) {
if (aes_ccm_verify(C, tagp)) {
int aes_ccm_verify(struct aes_ccm *, const void *);
if (aes_ccm_verify(C, tag))