Home
last modified time | relevance | path

Searched defs:sess (Results 1 – 25 of 56) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_eke_common.c303 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key()
342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp()
377 int eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, in eap_eke_shared_secret()
422 int eap_eke_derive_ke_ki(struct eap_eke_session *sess, in eap_eke_derive_ke_ki()
476 int eap_eke_derive_ka(struct eap_eke_session *sess, in eap_eke_derive_ka()
521 int eap_eke_derive_msk(struct eap_eke_session *sess, in eap_eke_derive_msk()
583 int eap_eke_prot(struct eap_eke_session *sess, in eap_eke_prot()
637 int eap_eke_decrypt_prot(struct eap_eke_session *sess, in eap_eke_decrypt_prot()
686 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth()
699 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_eke_common.c303 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key()
342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp()
377 int eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, in eap_eke_shared_secret()
422 int eap_eke_derive_ke_ki(struct eap_eke_session *sess, in eap_eke_derive_ke_ki()
476 int eap_eke_derive_ka(struct eap_eke_session *sess, in eap_eke_derive_ka()
521 int eap_eke_derive_msk(struct eap_eke_session *sess, in eap_eke_derive_msk()
583 int eap_eke_prot(struct eap_eke_session *sess, in eap_eke_prot()
637 int eap_eke_decrypt_prot(struct eap_eke_session *sess, in eap_eke_decrypt_prot()
686 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth()
699 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_server.c287 void srv_log(struct radius_session *sess, const char *fmt, ...) in srv_log()
373 struct radius_session *sess = client->sessions; in radius_server_get_session() local
387 struct radius_session *sess) in radius_server_session_free()
403 struct radius_session *sess) in radius_server_session_remove()
432 struct radius_session *sess = timeout_ctx; in radius_server_session_remove_timeout() local
441 struct radius_session *sess = timeout_ctx; in radius_server_session_timeout() local
452 struct radius_session *sess; in radius_server_new_session() local
477 static void radius_server_testing_options_tls(struct radius_session *sess, in radius_server_testing_options_tls()
523 static void radius_server_testing_options(struct radius_session *sess, in radius_server_testing_options()
566 struct radius_session *sess; in radius_server_get_new_session() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.c430 void srv_log(struct radius_session *sess, const char *fmt, ...) in srv_log()
516 struct radius_session *sess = client->sessions; in radius_server_get_session() local
530 struct radius_session *sess) in radius_server_session_free()
546 struct radius_session *sess) in radius_server_session_remove()
575 struct radius_session *sess = timeout_ctx; in radius_server_session_remove_timeout() local
584 struct radius_session *sess = timeout_ctx; in radius_server_session_timeout() local
595 struct radius_session *sess; in radius_server_new_session() local
620 static void radius_server_testing_options_tls(struct radius_session *sess, in radius_server_testing_options_tls()
666 static void radius_server_testing_options(struct radius_session *sess, in radius_server_testing_options()
709 struct radius_session *sess; in radius_server_get_new_session() local
[all …]
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c211 lws_tls_session_new_cb(SSL *ssl, SSL_SESSION *sess) in lws_tls_session_new_cb()
320 SSL_SESSION *sess; in lws_sess_cache_synth_cb() local
424 SSL_SESSION *sess = NULL; /* allow it to "bail" early */ in lws_tls_session_dump_load() local
Dopenssl-client.c522 SSL_SESSION *sess; in lws_tls_client_connect() local
/third_party/rust/crates/syn/tests/common/
Dparse.rs19 let sess = ParseSess::new(locale_resources, file_path_mapping); in librustc_expr() localVariable
/third_party/openssl/test/
Dclienthellotest.c73 SSL_SESSION *sess = NULL; in test_client_hello() local
Dsslapitest.c433 SSL_SESSION *sess = NULL; in test_keylog_no_master_key() local
849 SSL_SESSION *sess = NULL, *sesspre, *sesspost; in test_ccs_change_cipher() local
1990 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) in new_session_cb()
2001 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb()
2393 static int new_cachesession_cb(SSL *ssl, SSL_SESSION *sess) in new_cachesession_cb()
3213 size_t *idlen, SSL_SESSION **sess) in use_session_cb()
3274 size_t identity_len, SSL_SESSION **sess) in find_session_cb()
3353 SSL_SESSION *sess = NULL; in create_a_psk() local
3386 SSL **serverssl, SSL_SESSION **sess, int idx, in setupearly_data_test()
3481 SSL_SESSION *sess = NULL; in test_early_data_read_write() local
[all …]
Dtls13ccstest.c251 SSL_SESSION *sess = NULL; in test_tls13ccs() local
Dbad_dtls_test.c465 SSL_SESSION *sess = NULL; in test_bad_dtls() local
Ddtlstest.c198 SSL_SESSION *sess = NULL; in test_dtls_drop_records() local
/third_party/openssl/ssl/
Dssl_sess.c112 SSL_SESSION *sess; in SSL_get1_session() local
308 SSL_SESSION *sess = ssl_session_dup_intern(src, ticket); in ssl_session_dup() local
1317 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb()
1327 void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
/third_party/node/deps/openssl/openssl/ssl/record/
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
/third_party/openssl/ssl/record/
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
/third_party/node/deps/openssl/openssl/engines/
De_devcrypto.c86 static int clean_devcrypto_session(session_op_t *sess) { in clean_devcrypto_session()
106 session_op_t sess; member
428 session_op_t sess; in prepare_cipher_methods() local
675 session_op_t sess; member
/third_party/openssl/engines/
De_devcrypto.c86 static int clean_devcrypto_session(session_op_t *sess) { in clean_devcrypto_session()
106 session_op_t sess; member
428 session_op_t sess; in prepare_cipher_methods() local
675 session_op_t sess; member
/third_party/rust/crates/syn/benches/
Drust.rs85 let sess = ParseSess::with_dcx(handler, source_map); in bench() localVariable
/third_party/node/deps/openssl/openssl/ssl/
Dssl_sess.c97 SSL_SESSION *sess; in SSL_get1_session() local
1283 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb()
1293 void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs94 let sess = ParseSess::new(locale_resources, file_path_mapping); in test() localVariable
/third_party/openssl/apps/
Ds_server.c192 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
3694 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3734 simple_ssl_session *sess; in get_session() local
3749 simple_ssl_session *sess, *prev = NULL; in del_session() local
3780 simple_ssl_session *sess, *tsess; in free_sessions() local
/third_party/node/deps/openssl/openssl/apps/
Ds_server.c192 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb()
3699 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local
3739 simple_ssl_session *sess; in get_session() local
3754 simple_ssl_session *sess, *prev = NULL; in del_session() local
3785 simple_ssl_session *sess, *tsess; in free_sessions() local
/third_party/node/src/crypto/
Dcrypto_tls.cc131 int NewSessionCallback(SSL* s, SSL_SESSION* sess) { in NewSessionCallback()
1715 SSL_SESSION* sess = SSL_get_session(w->ssl_.get()); in GetSession() local
1749 SSLSessionPointer sess = GetTLSSession(sbuf.data(), sbuf.length()); in SetSession() local
1809 SSL_SESSION* sess = d2i_SSL_SESSION(nullptr, &p, sbuf.length()); in LoadSession() local
1957 SSL_SESSION* sess = SSL_get_session(w->ssl_.get()); in GetTLSTicket() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c177 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) in remove_session_cb()
2151 WOLFSSL_SESSION *sess; in tls_connection_remove_session() local
2166 WOLFSSL_SESSION *sess; in tls_connection_set_success_data() local
2200 WOLFSSL_SESSION *sess; in tls_connection_get_success_data() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c176 static void remove_session_cb(WOLFSSL_CTX *ctx, WOLFSSL_SESSION *sess) in remove_session_cb()
2144 WOLFSSL_SESSION *sess; in tls_connection_remove_session() local
2159 WOLFSSL_SESSION *sess; in tls_connection_set_success_data() local
2193 WOLFSSL_SESSION *sess; in tls_connection_get_success_data() local

123