| /freebsd-10-stable/contrib/wpa/src/crypto/ |
| D | tls_none.c | 25 int tls_get_errors(void *tls_ctx) in tls_get_errors() argument 31 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init() argument 37 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit() argument 42 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established() argument 48 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown() argument 54 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() argument 61 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() argument 68 int tls_global_set_verify(void *tls_ctx, int check_crl) in tls_global_set_verify() argument 74 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_verify() argument 81 int tls_connection_get_keys(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_keys() argument [all …]
|
| D | tls.h | 183 void tls_deinit(void *tls_ctx); 192 int tls_get_errors(void *tls_ctx); 199 struct tls_connection * tls_connection_init(void *tls_ctx); 208 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn); 216 int tls_connection_established(void *tls_ctx, struct tls_connection *conn); 229 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn); 248 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, 262 void *tls_ctx, const struct tls_connection_params *params); 271 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl); 280 int __must_check tls_connection_set_verify(void *tls_ctx, [all …]
|
| D | tls_internal.c | 74 int tls_get_errors(void *tls_ctx) in tls_get_errors() argument 80 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init() argument 83 struct tls_global *global = tls_ctx; in tls_connection_init() 112 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit() argument 128 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established() argument 142 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown() argument 156 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() argument 218 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() argument 222 struct tls_global *global = tls_ctx; in tls_global_set_params() 268 int tls_global_set_verify(void *tls_ctx, int check_crl) in tls_global_set_verify() argument [all …]
|
| D | tls_nss.c | 280 int tls_get_errors(void *tls_ctx) in tls_get_errors() argument 324 struct tls_connection * tls_connection_init(void *tls_ctx) in tls_connection_init() argument 366 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn) in tls_connection_deinit() argument 375 int tls_connection_established(void *tls_ctx, struct tls_connection *conn) in tls_connection_established() argument 381 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn) in tls_connection_shutdown() argument 387 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() argument 395 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() argument 402 int tls_global_set_verify(void *tls_ctx, int check_crl) in tls_global_set_verify() argument 408 int tls_connection_set_verify(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_verify() argument 416 int tls_connection_get_keys(void *tls_ctx, struct tls_connection *conn, in tls_connection_get_keys() argument [all …]
|
| D | tls_schannel.c | 160 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() argument 188 int tls_connection_prf(void *tls_ctx, struct tls_connection *conn, in tls_connection_prf() argument 311 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() argument 316 struct tls_global *global = tls_ctx; in tls_connection_handshake() 458 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() argument 467 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() argument 471 struct tls_global *global = tls_ctx; in tls_connection_encrypt() 549 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() argument 553 struct tls_global *global = tls_ctx; in tls_connection_decrypt() 631 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() argument [all …]
|
| D | tls_gnutls.c | 506 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() argument 622 int tls_global_set_params(void *tls_ctx, in tls_global_set_params() argument 625 struct tls_global *global = tls_ctx; in tls_global_set_params() 789 int tls_connection_prf(void *tls_ctx, struct tls_connection *conn, in tls_connection_prf() argument 944 struct wpabuf * tls_connection_handshake(void *tls_ctx, in tls_connection_handshake() argument 949 struct tls_global *global = tls_ctx; in tls_connection_handshake() 1035 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() argument 1040 return tls_connection_handshake(tls_ctx, conn, in_data, appl_data); in tls_connection_server_handshake() 1044 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() argument 1065 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() argument [all …]
|
| D | tls_openssl.c | 2328 int tls_connection_prf(void *tls_ctx, struct tls_connection *conn, in tls_connection_prf() argument 2483 struct wpabuf * tls_connection_server_handshake(void *tls_ctx, in tls_connection_server_handshake() argument 2492 struct wpabuf * tls_connection_encrypt(void *tls_ctx, in tls_connection_encrypt() argument 2532 struct wpabuf * tls_connection_decrypt(void *tls_ctx, in tls_connection_decrypt() argument 2581 int tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_cipher_list() argument 2712 int tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, in tls_connection_set_params() argument 2740 if (tls_connection_engine_ca_cert(tls_ctx, conn, in tls_connection_set_params() 2743 } else if (tls_connection_ca_cert(tls_ctx, conn, params->ca_cert, in tls_connection_set_params() 2761 } else if (tls_connection_private_key(tls_ctx, conn, in tls_connection_set_params() 2786 tls_get_errors(tls_ctx); in tls_connection_set_params() [all …]
|
| /freebsd-10-stable/contrib/openbsm/bin/auditdistd/ |
| D | proto_tls.c | 67 struct tls_ctx { struct 492 struct tls_ctx *tlsctx; in tls_connect() 568 struct tls_ctx *tlsctx = ctx; in tls_connect_wait() 610 struct tls_ctx *tlsctx; in tls_server() 772 struct tls_ctx *tlsctx = ctx; in tls_accept() 773 struct tls_ctx *newtlsctx; in tls_accept() 845 struct tls_ctx *tlsctx; in tls_wrap() 872 struct tls_ctx *tlsctx = ctx; in tls_send() 891 struct tls_ctx *tlsctx = ctx; in tls_recv() 910 const struct tls_ctx *tlsctx = ctx; in tls_descriptor() [all …]
|