swcr_process
ses->swcr_process = swcr_gmac;
ses->swcr_process = swcr_ccm_cbc_mac;
ses->swcr_process = swcr_authcompute;
ses->swcr_process = swcr_compdec;
ses->swcr_process = swcr_null;
ses->swcr_process = swcr_encdec;
ses->swcr_process = swcr_gcm;
ses->swcr_process = swcr_ccm;
ses->swcr_process = swcr_chacha20_poly1305;
ses->swcr_process = swcr_authcompute;
ses->swcr_process = swcr_eta;
crp->crp_etype = ses->swcr_process(ses, crp);
DEVMETHOD(cryptodev_process, swcr_process),
int (*swcr_process)(const struct swcr_session *, struct cryptop *);