Home
last modified time | relevance | path

Searched refs:tls_connection_export_key (Results 1 – 11 of 11) sorted by relevance

/hostap-latest/src/crypto/
Dtls_none.c96 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key() function
Dtls.h405 int __must_check tls_connection_export_key(void *tls_ctx,
Dtls_internal.c447 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key() function
Dtls_gnutls.c900 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key() function
Dtls_wolfssl.c2045 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key() function
Dtls_mbedtls_alt.c2063 int tls_connection_export_key(void *tls_ctx, in tls_connection_export_key() function
Dtls_openssl.c4404 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key() function
/hostap-latest/src/eap_server/
Deap_server_tls_common.c125 if (tls_connection_export_key(sm->cfg->ssl_ctx, data->conn, label, in eap_server_tls_derive_key()
Deap_server_teap.c298 res = tls_connection_export_key(sm->cfg->ssl_ctx, data->ssl.conn, in eap_teap_derive_key_auth()
/hostap-latest/src/eap_peer/
Deap_tls_common.c395 if (tls_connection_export_key(data->ssl_ctx, data->conn, label, in eap_peer_tls_derive_key()
Deap_teap.c297 res = tls_connection_export_key(sm->ssl_ctx, data->ssl.conn, in eap_teap_derive_key_auth()