csession
struct csession *cse;
struct csession *cse;
TAILQ_ENTRY(csession) next;
struct csession *cse;
TAILQ_HEAD(csessionlist, csession) csessions;
struct csession *cse;
cse = malloc(sizeof(struct csession), M_CRYPTODEV, M_WAITOK | M_ZERO);
static struct csession *
struct csession *cse;
cse_free(struct csession *cse)
struct csession *cse;
cod_alloc(struct csession *cse, size_t aad_len, size_t len)
cryptodev_op(struct csession *cse, const struct crypt_op *cop)
cryptodev_aead(struct csession *cse, struct crypt_aead *caead)