Home
last modified time | relevance | path

Searched refs:tls_get_cipher (Results 1 – 19 of 19) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dtls_none.c143 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls.h438 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
Dtls_internal.c534 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_nss.c585 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_schannel.c638 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_gnutls.c1123 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_openssl.c2608 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_none.c157 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls.h416 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
Dtls_internal.c449 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_schannel.c664 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_gnutls.c1234 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
Dtls_openssl.c2349 int tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, in tls_get_cipher() function
/external/wpa_supplicant_8/src/eap_peer/
Deap_tls_common.c697 if (tls_get_cipher(sm->ssl_ctx, data->conn, name, sizeof(name)) == 0) { in eap_peer_tls_status()
Deap_fast.c1544 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_fast_process()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_tls_common.c708 if (tls_get_cipher(sm->ssl_ctx, data->conn, name, sizeof(name)) == 0) { in eap_peer_tls_status()
Deap_fast.c1545 tls_get_cipher(sm->ssl_ctx, data->ssl.conn, in eap_fast_process()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_fast.c555 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) in eap_fast_phase1_done()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c550 if (tls_get_cipher(sm->ssl_ctx, data->ssl.conn, cipher, sizeof(cipher)) in eap_fast_phase1_done()