Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.c331 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key()
370 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp()
405 int eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, in eap_eke_shared_secret()
452 int eap_eke_derive_ke_ki(struct eap_eke_session *sess, in eap_eke_derive_ke_ki()
506 int eap_eke_derive_ka(struct eap_eke_session *sess, in eap_eke_derive_ka()
551 int eap_eke_derive_msk(struct eap_eke_session *sess, in eap_eke_derive_msk()
613 int eap_eke_prot(struct eap_eke_session *sess, in eap_eke_prot()
668 int eap_eke_decrypt_prot(struct eap_eke_session *sess, in eap_eke_decrypt_prot()
718 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth()
731 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init()
[all …]
/external/wpa_supplicant_8/src/radius/
Dradius_server.c349 void srv_log(struct radius_session *sess, const char *fmt, ...) in srv_log()
435 struct radius_session *sess = client->sessions; in radius_server_get_session() local
449 struct radius_session *sess) in radius_server_session_free()
465 struct radius_session *sess) in radius_server_session_remove()
494 struct radius_session *sess = timeout_ctx; in radius_server_session_remove_timeout() local
503 struct radius_session *sess = timeout_ctx; in radius_server_session_timeout() local
514 struct radius_session *sess; in radius_server_new_session() local
539 static void radius_server_testing_options_tls(struct radius_session *sess, in radius_server_testing_options_tls()
585 static void radius_server_testing_options(struct radius_session *sess, in radius_server_testing_options()
611 struct radius_session *sess; in radius_server_get_new_session() local
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
Deng_cryptodev.c244 struct session_op sess; in get_cryptodev_ciphers() local
284 struct session_op sess; in get_cryptodev_digests() local
369 struct session_op *sess = &state->d_sess; in cryptodev_cipher() local
422 struct session_op *sess = &state->d_sess; in cryptodev_init_key() local
464 struct session_op *sess = &state->d_sess; in cryptodev_cleanup() local
678 struct session_op *sess = &state->d_sess; in cryptodev_digest_init() local
712 struct session_op *sess = &state->d_sess; in cryptodev_digest_update() local
758 struct session_op *sess = &state->d_sess; in cryptodev_digest_final() local
794 struct session_op *sess = &state->d_sess; in cryptodev_digest_cleanup() local
826 struct session_op *sess; in cryptodev_digest_copy() local
/external/openssl/crypto/engine/
Deng_cryptodev.c244 struct session_op sess; in get_cryptodev_ciphers() local
284 struct session_op sess; in get_cryptodev_digests() local
369 struct session_op *sess = &state->d_sess; in cryptodev_cipher() local
422 struct session_op *sess = &state->d_sess; in cryptodev_init_key() local
464 struct session_op *sess = &state->d_sess; in cryptodev_cleanup() local
678 struct session_op *sess = &state->d_sess; in cryptodev_digest_init() local
712 struct session_op *sess = &state->d_sess; in cryptodev_digest_update() local
758 struct session_op *sess = &state->d_sess; in cryptodev_digest_final() local
794 struct session_op *sess = &state->d_sess; in cryptodev_digest_cleanup() local
826 struct session_op *sess; in cryptodev_digest_copy() local
/external/chromium_org/third_party/openssl/openssl/ssl/
Ds3_pkt.c289 SSL_SESSION *sess; in ssl3_get_record() local
642 SSL_SESSION *sess; in do_ssl3_write() local
Dssl_sess.c159 SSL_SESSION *sess; in SSL_get1_session() local
1076 int (*cb)(struct ssl_st *ssl,SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb()
1087 void (*cb)(SSL_CTX *ctx,SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
Dd1_pkt.c380 SSL_SESSION *sess; in dtls1_process_record() local
1470 SSL_SESSION *sess; in do_dtls1_write() local
Ds2_clnt.c618 SSL_SESSION *sess; in client_master_key() local
Dd1_clnt.c782 SSL_SESSION *sess = s->session; in dtls1_client_hello() local
Ds3_clnt.c747 SSL_SESSION *sess = s->session; in ssl3_client_hello() local
Ds3_srvr.c3397 SSL_SESSION *sess; in ssl3_send_newsession_ticket() local
Dt1_lib.c2230 SSL_SESSION *sess; in tls_decrypt_ticket() local
/external/openssl/ssl/
Ds3_pkt.c290 SSL_SESSION *sess; in ssl3_get_record() local
686 SSL_SESSION *sess; in do_ssl3_write() local
Dssl_sess.c159 SSL_SESSION *sess; in SSL_get1_session() local
1091 int (*cb)(struct ssl_st *ssl,SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb()
1102 void (*cb)(SSL_CTX *ctx,SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
Dd1_pkt.c383 SSL_SESSION *sess; in dtls1_process_record() local
1481 SSL_SESSION *sess; in do_dtls1_write() local
Dd1_clnt.c792 SSL_SESSION *sess = s->session; in dtls1_client_hello() local
Ds2_clnt.c618 SSL_SESSION *sess; in client_master_key() local
Ds3_clnt.c736 SSL_SESSION *sess = s->session; in ssl3_client_hello() local
Ds3_srvr.c3454 SSL_SESSION *sess; in ssl3_send_newsession_ticket() local
Dt1_lib.c2513 SSL_SESSION *sess; in tls_decrypt_ticket() local
/external/wpa_supplicant_8/src/eap_peer/
Deap_eke.c27 struct eap_eke_session sess; member
/external/wpa_supplicant_8/src/eap_server/
Deap_server_eke.c29 struct eap_eke_session sess; member
/external/chromium_org/third_party/openssl/openssl/apps/
Ds_client.c1234 SSL_SESSION *sess; in MAIN() local
/external/openssl/apps/
Ds_client.c1261 SSL_SESSION *sess; in MAIN() local
/external/bluetooth/bluedroid/stack/include/
Dobx_api.h209 …tOBX_SESS_EVT sess; /* This element is associated with OBX_SESSION_RSP_EVT and OBX_SES… member