Home
last modified time | relevance | path

Searched defs:tls_ctx (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_none.c25 int tls_get_errors(void *tls_ctx) in tls_get_errors()
31 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
48 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num()
68 int tls_global_set_params(void *tls_ctx, in tls_global_set_params()
111 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake()
120 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake()
129 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt()
137 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt()
165 int tls_get_cipher(void *tls_ctx, struct tls_connection *conn, in tls_get_cipher()
172 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround()
[all …]
H A Dtls_internal.c87 int tls_get_errors(void *tls_ctx) in tls_get_errors()
93 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
180 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num()
305 int tls_global_set_params(void *tls_ctx, in tls_global_set_params()
472 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake()
561 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt()
607 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt()
615 struct wpabuf * tls_connection_decrypt2(void *tls_ctx, in tls_connection_decrypt2()
712 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround()
753 int tls_connection_get_write_alerts(void *tls_ctx, in tls_connection_get_write_alerts()
[all …]
H A Dtls_wolfssl.c276 int tls_get_errors(void *tls_ctx) in tls_get_errors()
294 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init()
350 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num()
510 static int tls_connection_private_key(void *tls_ctx, in tls_connection_private_key()
1499 int tls_global_set_params(void *tls_ctx, in tls_global_set_params()
1717 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake()
1735 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt()
1763 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt()
1904 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround()
1931 int tls_connection_get_write_alerts(void *tls_ctx, in tls_connection_get_write_alerts()
[all …]
H A Dtls_gnutls.c298 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num()
353 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
736 int tls_global_set_params(void *tls_ctx, in tls_global_set_params()
900 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key()
921 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key()
1447 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake()
1568 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake()
1577 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt()
1598 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt()
1648 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list()
[all …]
H A Dtls_openssl.c1642 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num()
4040 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key()
4053 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key()
4352 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake()
4362 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt()
4402 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt()
4457 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list()
4893 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params()
5224 int tls_global_set_params(void *tls_ctx, in tls_global_set_params()
5411 int tls_connection_set_session_ticket_cb(void *tls_ctx, in tls_connection_set_session_ticket_cb()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c173 struct tls *tls_ctx = NULL; in main() local
809 timeout_tls(int s, struct tls *tls_ctx, int (*func)(struct tls *)) in timeout_tls()
836 tls_setup_client(struct tls *tls_ctx, int s, char *host) in tls_setup_client()
863 tls_setup_server(struct tls *tls_ctx, int connfd, char *host) in tls_setup_server()
1143 readwrite(int net_fd, struct tls *tls_ctx) in readwrite()
1728 save_peer_cert(struct tls *tls_ctx, FILE *fp) in save_peer_cert()
1742 report_tls(struct tls *tls_ctx, char *host) in report_tls()
/dragonfly/crypto/libressl/tls/
H A Dtls_server.c173 struct tls *tls_ctx; in tls_server_ticket_cb() local