Searched defs:tls_ctx (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | tls_none.c | 25 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 D | tls_internal.c | 87 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() 298 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() 464 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() 553 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() 599 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() 607 struct wpabuf * tls_connection_decrypt2(void *tls_ctx, in tls_connection_decrypt2() 704 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() 745 int tls_connection_get_write_alerts(void *tls_ctx, in tls_connection_get_write_alerts() [all …]
|
| H A D | tls_wolfssl.c | 318 int tls_get_errors(void *tls_ctx) in tls_get_errors() 336 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init() 393 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num() 524 static int tls_connection_private_key(void *tls_ctx, in tls_connection_private_key() 1524 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() 1773 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() 1791 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() 1819 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() 1960 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() 1987 int tls_connection_get_write_alerts(void *tls_ctx, in tls_connection_get_write_alerts() [all …]
|
| H A D | tls_gnutls.c | 298 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 D | tls_openssl.c | 1804 char * tls_connection_peer_serial_num(void *tls_ctx, in tls_connection_peer_serial_num() 4404 int tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_export_key() 4417 int tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_eap_fast_key() 4727 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() 4737 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() 4777 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() 4840 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() 5326 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() 5666 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() 5858 int tls_connection_set_session_ticket_cb(void *tls_ctx, in tls_connection_set_session_ticket_cb()
|
| /freebsd-14.2/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tls.c | 67 struct tls_ctx { struct 68 int tls_magic; 69 struct proto_conn *tls_sock; 70 struct proto_conn *tls_tcp; 71 char tls_laddr[256]; 72 char tls_raddr[256]; 73 int tls_side; 77 bool tls_wait_called;
|
| /freebsd-14.2/contrib/wpa/src/radius/ |
| H A D | radius_client.c | 249 void *tls_ctx; member
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | net_help.c | 1305 add_WIN_cacerts_to_openssl_store(SSL_CTX* tls_ctx) in add_WIN_cacerts_to_openssl_store()
|