Home
last modified time | relevance | path

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

123

/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
/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...]
H A Deap_server.c1853 eap_server_sm_init(void *eapol_ctx, const struct eapol_callbacks *eapol_cb, const struct eap_config *conf, const struct eap_session_data *sess) eap_server_sm_init() argument
/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...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_sess.c97 SSL_SESSION *sess; in SSL_get1_session() local
1282 SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) SSL_CTX_sess_set_new_cb() argument
1292 SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess)) SSL_CTX_sess_set_remove_cb() argument
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c989 SSL_SESSION *sess = NULL; in tls_parse_ctos_psk() local
956 tls_get_stateful_ticket(SSL *s, PACKET *tick, SSL_SESSION **sess) tls_get_stateful_ticket() argument
[all...]
H A Dextensions.c1490 tls_psk_do_binder(SSL *s, const EVP_MD *md, const unsigned char *msgstart, size_t binderoffset, const unsigned char *binderin, unsigned char *binderout, SSL_SESSION *sess, int sign, int external) tls_psk_do_binder() argument
/third_party/node/deps/openssl/openssl/engines/
H A De_devcrypto.c86 static int clean_devcrypto_session(session_op_t *sess) { in clean_devcrypto_session() argument
106 session_op_t sess; member
428 session_op_t sess; prepare_cipher_methods() local
675 session_op_t sess; global() member
[all...]

Completed in 29 milliseconds

123