Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/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()
/freebsd-12.1/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c67 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-12.1/contrib/unbound/util/
H A Dnet_help.c987 add_WIN_cacerts_to_openssl_store(SSL_CTX* tls_ctx) in add_WIN_cacerts_to_openssl_store()