Searched refs:sesn (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/mips/rmi/dev/sec/
H A Drmisec.c160 int sesn; local
165 for (sesn = 0; sesn < sc->sc_nsessions; sesn++) {
166 ses = &sc->sc_sessions[sesn];
188 int mac = 0, cry = 0, sesn; local
199 sesn = 0;
202 for (sesn = 0; sesn < sc->sc_nsessions; sesn
[all...]
/freebsd-10-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsa.c325 int sesn; local
335 sesn = 0;
338 for (sesn = 0; sesn < sc->sc_nsessions; sesn++) {
339 if (!sc->sc_sessions[sesn].hs_used) {
340 ses = &sc->sc_sessions[sesn];
346 sesn = sc->sc_nsessions;
347 ses = malloc((sesn + 1) * sizeof(*ses),
351 bcopy(sc->sc_sessions, ses, sesn * sizeo
[all...]
H A Dnlmsec.c455 int mac = 0, cry = 0, sesn; local
467 sesn = 0;
470 for (sesn = 0; sesn < sc->sc_nsessions; sesn++) {
471 if (!sc->sc_sessions[sesn].hs_used) {
472 ses = &sc->sc_sessions[sesn];
478 sesn = sc->sc_nsessions;
479 ses = malloc((sesn + 1)*sizeof(struct xlp_sec_session),
483 bcopy(sc->sc_sessions, ses, sesn * sizeo
[all...]
/freebsd-10-stable/sys/dev/safe/
H A Dsafevar.h50 #define SAFE_SID(crd, sesn) (((crd) << 28) | ((sesn) & 0x0fffffff))
H A Dsafe.c703 int sesn; local
751 sesn = 0;
754 for (sesn = 0; sesn < sc->sc_nsessions; sesn++) {
755 if (sc->sc_sessions[sesn].ses_used == 0) {
756 ses = &sc->sc_sessions[sesn];
762 sesn = sc->sc_nsessions;
763 ses = (struct safe_session *)malloc((sesn + 1) *
767 bcopy(sc->sc_sessions, ses, sesn *
[all...]
/freebsd-10-stable/sys/dev/ubsec/
H A Dubsecvar.h50 #define UBSEC_SID(crd, sesn) (((crd) << 28) | ((sesn) & 0x0fffffff))
H A Dubsec.c900 int sesn; local
927 sesn = 0;
930 for (sesn = 0; sesn < sc->sc_nsessions; sesn++) {
931 if (sc->sc_sessions[sesn].ses_used == 0) {
932 ses = &sc->sc_sessions[sesn];
938 sesn = sc->sc_nsessions;
939 ses = (struct ubsec_session *)malloc((sesn + 1) *
943 bcopy(sc->sc_sessions, ses, sesn *
[all...]
/freebsd-10-stable/sys/dev/hifn/
H A Dhifn7751.c2323 int mac = 0, cry = 0, sesn; local
2338 sesn = 0;
2341 for (sesn = 0; sesn < sc->sc_nsessions; sesn++) {
2342 if (!sc->sc_sessions[sesn].hs_used) {
2343 ses = &sc->sc_sessions[sesn];
2349 sesn = sc->sc_nsessions;
2350 ses = (struct hifn_session *)malloc((sesn + 1) *
2356 bcopy(sc->sc_sessions, ses, sesn * sizeo
[all...]
/freebsd-10-stable/sys/opencrypto/
H A Dcryptodev.c281 int sesn; member in struct:fcrypt
1036 cse->ses = fcr->sesn++;
1113 fcr->sesn = 0;

Completed in 219 milliseconds