Searched refs:session (Results 1 - 10 of 10) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/src/
H A Dnss_crypto_if.c268 struct nss_crypto_config_session *session; local
285 * Copy statistics only if session is active
312 session = &nim->msg.session;
315 nss_crypto_err("unable to reset session: resp code (%d), error code (%d)\n",
321 nss_crypto_info("session(%d) reset successfully\n", session->idx);
323 nss_crypto_assert(session->idx < NSS_CRYPTO_MAX_IDXS);
327 * timer for de-allocating session resources
329 if (session
450 struct nss_crypto_config_session *session = &nim.msg.session; local
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_crypto.h68 NSS_CRYPTO_MSG_TYPE_RESET_SESSION = 3, /**< reset session */
85 * @brief session states
88 NSS_CRYPTO_SESSION_STATE_NONE = 0, /**< session state none */
89 NSS_CRYPTO_SESSION_STATE_ACTIVE = 1, /**< session state is active */
90 NSS_CRYPTO_SESSION_STATE_FREE = 2 /**< session state is free */
102 * @brief crypto session index type
121 struct nss_crypto_idx idx[NSS_CRYPTO_MAX_IDXS]; /**< allocated session indexes */
125 * @brief Reset session related state.
128 uint32_t idx; /**< session idx on which will be reset */
129 uint32_t state; /**< session id
157 struct nss_crypto_config_session session; /**< reset stats msg structure */ member in union:nss_crypto_msg::__anon50
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/pasemi/
H A Dpasemi.c101 * Generate a new software session.
284 * Deallocate a session.
290 int session; local
297 session = PASEMI_SESSION(sid);
298 if (session >= sc->sc_nsessions || !sc->sc_sessions[session])
302 sc->sc_sessions[session]->dma_addr,
304 memset(sc->sc_sessions[session], 0,
/netgear-R7800-V1.0.2.28/package/dbus/
H A DMakefile133 /etc/dbus-1/session.conf
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/talitos/
H A Dtalitos.c318 * Generate a new software session.
398 /* allocating session */
449 /* assign session ID */
455 * Deallocate a session.
461 int session, ret; local
466 session = TALITOS_SESSION(sid);
467 if (session < sc->sc_nsessions) {
468 memset(&sc->sc_sessions[session], 0,
469 sizeof(sc->sc_sessions[session]));
871 /* using process key (session dat
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A Dhifn7751.c2290 * Allocate a new 'session' and return an encoded session id. 'sidp'
2291 * contains our registration id, and should contain an encoded session
2401 * Deallocate a session.
2409 int session, error; local
2422 session = HIFN_SESSION(sid);
2423 if (session < sc->sc_nsessions) {
2424 bzero(&sc->sc_sessions[session], sizeof(struct hifn_session));
2440 int session, err, ivlen; local
2450 session
[all...]
/netgear-R7800-V1.0.2.28/package/dnippp/
H A DMakefile188 install -m0777 $(PKG_BUILD_DIR)/pppd/ppp-session.script $(1)/usr/share/ppp/
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsafe.c442 * Allocate a new 'session' and return an encoded session id. 'sidp'
443 * contains our registration id, and should contain an encoded session
560 * Deallocate a session.
566 int session, ret; local
574 session = SAFE_SESSION(sid);
575 if (session < sc->sc_nsessions) {
576 bzero(&sc->sc_sessions[session], sizeof(sc->sc_sessions[session]));
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/ubsec_ssb/
H A Dubsec_ssb.c927 * Allocate a new 'session' and return an encoded session id. 'sidp'
928 * contains our registration id, and should contain an encoded session
1073 * Deallocate a session.
1079 int session; local
1089 session = UBSEC_SESSION(sid);
1090 if (session < sc->sc_nsessions) {
1091 bzero(&sc->sc_sessions[session], sizeof(sc->sc_sessions[session]));
/netgear-R7800-V1.0.2.28/docs/
H A Drelease_notes_R7500.tex83 %% inter-session protection property, and acceptable realization
91 %% regions, and inter-session protection property. In addition,
456 \item \texttt{SQA2022,5G LED didn't blinking when there's traffic on 5G session.}
554 \item \texttt{SQA2022,5G LED didn't blinking when there's traffic on 5G session.}
1090 \item \texttt{PPP enhancement,record ppp session info for PPP stop abnormally,after PPP start again, PPP will send PADT to this session before send PADI.}

Completed in 125 milliseconds