crypto_ccm_auth
err = crypto_ccm_auth(req, sg_next(pctx->src), cryptlen);
err = crypto_ccm_auth(req, dst, cryptlen);
err = crypto_ccm_auth(req, sg_next(dst), cryptlen);