Searched refs:octo_sess (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/mips/cavium/cryptocteon/
H A Dcryptocteonvar.h35 struct octo_sess;
37 typedef int octo_encrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp);
38 typedef int octo_decrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp);
40 struct octo_sess { struct
H A Dcryptocteon.c52 struct octo_sess **sc_sessions;
113 struct octo_sess **ocd;
176 ocd = malloc(sc->sc_sesnum * sizeof(struct octo_sess *),
191 (sc->sc_sesnum / 2) * sizeof(struct octo_sess *));
201 *ocd = malloc(sizeof(struct octo_sess), M_DEVBUF, M_NOWAIT | M_ZERO);
342 struct octo_sess *od;
H A Dcavium_crypto.c325 struct octo_sess *od,
384 struct octo_sess *od,
444 struct octo_sess *od,
513 struct octo_sess *od,
584 struct octo_sess *od,
686 struct octo_sess *od,
791 struct octo_sess *od,
939 struct octo_sess *od,
1090 struct octo_sess *od,
1241 struct octo_sess *o
[all...]

Completed in 175 milliseconds