Home
last modified time | relevance | path

Searched defs:sess (Results 1 - 25 of 59) sorted by relevance

123

/base/sensors/sensor/services/src/
H A Dstream_server.cpp97 SessionPtr sess = nullptr; in AddSocketPairInfo() local
128 bool StreamServer::AddSession(SessionPtr sess) in AddSession() argument
H A Dsensor_service.cpp580 auto sess = GetSessionByPid(pid); in ReportActiveInfo() local
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Diupdater.cpp44 std::shared_ptr<BaseSession> sess = std::make_shared<UpdateListener>(this, sessionParams, argc, false); in On() local
111 std::shared_ptr<BaseSession> sess = nullptr; in StartSession() local
[all...]
/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_session.cpp82 auto sess = reinterpret_cast<NapiSession *>(data); in CompleteWork() local
96 auto sess = reinterpret_cast<NapiSession *>(data); in ExecuteWork() local
[all...]
/third_party/openssl/test/
H A Dclienthellotest.c73 SSL_SESSION *sess = NULL; in test_client_hello() local
H A Dtls13ccstest.c251 SSL_SESSION *sess = NULL; in test_tls13ccs() local
H A Ddtlstest.c198 SSL_SESSION *sess = NULL; in test_dtls_drop_records() local
H A Dbad_dtls_test.c465 SSL_SESSION *sess = NULL; in test_bad_dtls() local
/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp114 SessionPtr sess = nullptr; in AddSocketPairInfo() local
206 auto sess = GetSession(fd); in OnPacket() local
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-session.c211 lws_tls_session_new_cb(SSL *ssl, SSL_SESSION *sess) in lws_tls_session_new_cb() argument
320 SSL_SESSION *sess; in lws_sess_cache_synth_cb() local
424 SSL_SESSION *sess = NULL; /* allow it to "bail" early */ lws_tls_session_dump_load() local
[all...]
H A Dopenssl-client.c522 SSL_SESSION *sess; in lws_tls_client_connect() local
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c801 SSL_SESSION *sess; in do_dtls1_write() local
H A Drec_layer_s3.c679 SSL_SESSION *sess; in do_ssl3_write() local
H A Dssl3_record.c108 SSL_SESSION *sess = s->session; in early_data_count_ok() local
180 SSL_SESSION *sess; in ssl3_get_record() local
1516 SSL_SESSION *sess; in dtls1_process_record() local
[all...]
/third_party/openssl/ssl/record/
H A Drec_layer_d1.c801 SSL_SESSION *sess; in do_dtls1_write() local
H A Drec_layer_s3.c690 SSL_SESSION *sess; in do_ssl3_write() local
H A Dssl3_record.c108 SSL_SESSION *sess = s->session; in early_data_count_ok() local
180 SSL_SESSION *sess; in ssl3_get_record() local
1516 SSL_SESSION *sess; in dtls1_process_record() local
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h198 } sess; member
/third_party/openssl/include/crypto/
H A Dmodes.h198 } sess; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_eke.c27 struct eap_eke_session sess; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_eke.c29 struct eap_eke_session sess; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_eke.c27 struct eap_eke_session sess; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_eke.c29 struct eap_eke_session sess; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_eke_common.c303 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key() argument
342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp() argument
377 eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, const u8 *dhpriv, const u8 *peer_dhcomp) eap_eke_shared_secret() argument
422 eap_eke_derive_ke_ki(struct eap_eke_session *sess, const u8 *id_s, size_t id_s_len, const u8 *id_p, size_t id_p_len) eap_eke_derive_ke_ki() argument
476 eap_eke_derive_ka(struct eap_eke_session *sess, const u8 *id_s, size_t id_s_len, const u8 *id_p, size_t id_p_len, const u8 *nonce_p, const u8 *nonce_s) eap_eke_derive_ka() argument
521 eap_eke_derive_msk(struct eap_eke_session *sess, const u8 *id_s, size_t id_s_len, const u8 *id_p, size_t id_p_len, const u8 *nonce_p, const u8 *nonce_s, u8 *msk, u8 *emsk) eap_eke_derive_msk() argument
583 eap_eke_prot(struct eap_eke_session *sess, const u8 *data, size_t data_len, u8 *prot, size_t *prot_len) eap_eke_prot() argument
637 eap_eke_decrypt_prot(struct eap_eke_session *sess, const u8 *prot, size_t prot_len, u8 *data, size_t *data_len) eap_eke_decrypt_prot() argument
686 eap_eke_auth(struct eap_eke_session *sess, const char *label, const struct wpabuf *msgs, u8 *auth) eap_eke_auth() argument
699 eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, u8 prf, u8 mac) eap_eke_session_init() argument
722 eap_eke_session_clean(struct eap_eke_session *sess) eap_eke_session_clean() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_eke_common.c303 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key() argument
342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp() argument
377 eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, const u8 *dhpriv, const u8 *peer_dhcomp) eap_eke_shared_secret() argument
422 eap_eke_derive_ke_ki(struct eap_eke_session *sess, const u8 *id_s, size_t id_s_len, const u8 *id_p, size_t id_p_len) eap_eke_derive_ke_ki() argument
476 eap_eke_derive_ka(struct eap_eke_session *sess, const u8 *id_s, size_t id_s_len, const u8 *id_p, size_t id_p_len, const u8 *nonce_p, const u8 *nonce_s) eap_eke_derive_ka() argument
521 eap_eke_derive_msk(struct eap_eke_session *sess, const u8 *id_s, size_t id_s_len, const u8 *id_p, size_t id_p_len, const u8 *nonce_p, const u8 *nonce_s, u8 *msk, u8 *emsk) eap_eke_derive_msk() argument
583 eap_eke_prot(struct eap_eke_session *sess, const u8 *data, size_t data_len, u8 *prot, size_t *prot_len) eap_eke_prot() argument
637 eap_eke_decrypt_prot(struct eap_eke_session *sess, const u8 *prot, size_t prot_len, u8 *data, size_t *data_len) eap_eke_decrypt_prot() argument
686 eap_eke_auth(struct eap_eke_session *sess, const char *label, const struct wpabuf *msgs, u8 *auth) eap_eke_auth() argument
699 eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, u8 prf, u8 mac) eap_eke_session_init() argument
722 eap_eke_session_clean(struct eap_eke_session *sess) eap_eke_session_clean() argument
[all...]

Completed in 33 milliseconds

123