| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | tls.c | 72 struct mlx5_fpga_conn *conn = fdev->tls->conn; in mlx5_fpga_tls_cmd_complete() 74 struct mlx5_fpga_tls *tls = fdev->tls; in mlx5_fpga_tls_cmd_complete() local 77 spin_lock_irqsave(&tls->pending_cmds_lock, flags); in mlx5_fpga_tls_cmd_complete() 78 ctx = list_first_entry(&tls->pending_cmds, in mlx5_fpga_tls_cmd_complete() 81 spin_unlock_irqrestore(&tls->pending_cmds_lock, flags); in mlx5_fpga_tls_cmd_complete() 103 struct mlx5_fpga_tls *tls = fdev->tls; in mlx5_fpga_tls_cmd_send() local 111 spin_lock_irqsave(&tls->pending_cmds_lock, flags); in mlx5_fpga_tls_cmd_send() 116 ret = mlx5_fpga_sbu_conn_sendmsg(tls->conn, &cmd->buf); in mlx5_fpga_tls_cmd_send() 118 list_add_tail(&cmd->list, &tls->pending_cmds); in mlx5_fpga_tls_cmd_send() 120 complete(tls->conn, fdev, cmd, NULL); in mlx5_fpga_tls_cmd_send() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | tls.c | 179 atomic64_inc(&priv->tls->sw_stats.rx_tls_resync_reply); in mlx5e_tls_resync() 225 struct mlx5e_tls *tls; in mlx5e_tls_init() local 230 tls = kzalloc(sizeof(*tls), GFP_KERNEL); in mlx5e_tls_init() 231 if (!tls) in mlx5e_tls_init() 234 tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_tls_init() 235 if (!tls->rx_wq) { in mlx5e_tls_init() 236 kfree(tls); in mlx5e_tls_init() 240 priv->tls = tls; in mlx5e_tls_init() 246 struct mlx5e_tls *tls = priv->tls; in mlx5e_tls_cleanup() local 248 if (!tls) in mlx5e_tls_cleanup() [all …]
|
| H A D | tls_rxtx.c | 189 struct mlx5e_tls *tls) in mlx5e_tls_handle_ooo() argument 205 atomic64_inc(&tls->sw_stats.tx_tls_drop_no_sync_data); in mlx5e_tls_handle_ooo() 219 atomic64_inc(&tls->sw_stats.tx_tls_drop_bypass_required); in mlx5e_tls_handle_ooo() 224 atomic64_inc(&tls->sw_stats.tx_tls_drop_metadata); in mlx5e_tls_handle_ooo() 232 atomic64_inc(&tls->sw_stats.tx_tls_drop_resync_alloc); in mlx5e_tls_handle_ooo() 288 return mlx5e_tls_handle_ooo(context, sq, skb, priv->tls); in mlx5e_tls_handle_tx_skb() 291 atomic64_inc(&priv->tls->sw_stats.tx_tls_drop_metadata); in mlx5e_tls_handle_tx_skb() 343 atomic64_inc(&priv->tls->sw_stats.rx_tls_drop_resync_request); in tls_update_resync_sn() 372 atomic64_inc(&priv->tls->sw_stats.rx_tls_resync_request); in mlx5e_tls_handle_rx_skb_metadata() 377 atomic64_inc(&priv->tls->sw_stats.rx_tls_auth_fail); in mlx5e_tls_handle_rx_skb_metadata()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0087-backend-vnc-enable-TLS-support.patch | 26 + " --vnc-tls-cert=FILE\tThe file containing the certificate for TLS encryption\n" 27 + " --vnc-tls-key=FILE\tThe file containing the private key for TLS encryption\n" 35 + { WESTON_OPTION_STRING, "vnc-tls-cert", 0, &config.server_cert }, 36 + { WESTON_OPTION_STRING, "vnc-tls-key", 0, &config.server_key }, 76 + weston_log("Missing TLS certificate (--vnc-tls-cert)\n"); 80 + weston_log("Missing TLS key (--vnc-tls-key)\n"); 118 +\fB\-\-vnc\-tls\-key\fR=\fIfile\fR 122 +\fB\-\-vnc\-tls\-cert\fR=\fIfile\fR 135 +$ openssl genrsa -out tls.key 2048 138 +$ openssl req -new -key tls.key -out tls.csr [all …]
|
| H A D | 0089-backend-vnc-Add-user-authentication.patch | 60 - weston_log("Missing TLS certificate (--vnc-tls-cert)\n"); 64 - weston_log("Missing TLS key (--vnc-tls-key)\n"); 80 + " (--vnc-tls-cert/--vnc-tls-key)\n"); 84 + weston_log("Missing TLS certificate (--vnc-tls-cert)\n"); 88 + weston_log("Missing TLS key (--vnc-tls-key)\n");
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0088-backend-vnc-enable-TLS-support.patch | 26 + " --vnc-tls-cert=FILE\tThe file containing the certificate for TLS encryption\n" 27 + " --vnc-tls-key=FILE\tThe file containing the private key for TLS encryption\n" 35 + { WESTON_OPTION_STRING, "vnc-tls-cert", 0, &config.server_cert }, 36 + { WESTON_OPTION_STRING, "vnc-tls-key", 0, &config.server_key }, 76 + weston_log("Missing TLS certificate (--vnc-tls-cert)\n"); 80 + weston_log("Missing TLS key (--vnc-tls-key)\n"); 118 +\fB\-\-vnc\-tls\-key\fR=\fIfile\fR 122 +\fB\-\-vnc\-tls\-cert\fR=\fIfile\fR 135 +$ openssl genrsa -out tls.key 2048 138 +$ openssl req -new -key tls.key -out tls.csr [all …]
|
| H A D | 0090-backend-vnc-Add-user-authentication.patch | 60 - weston_log("Missing TLS certificate (--vnc-tls-cert)\n"); 64 - weston_log("Missing TLS key (--vnc-tls-key)\n"); 80 + " (--vnc-tls-cert/--vnc-tls-key)\n"); 84 + weston_log("Missing TLS certificate (--vnc-tls-cert)\n"); 88 + weston_log("Missing TLS key (--vnc-tls-key)\n");
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | tls.c | 98 FIXTURE(tls) in FIXTURE() argument 104 FIXTURE_VARIANT(tls) in FIXTURE_VARIANT() argument 109 FIXTURE_VARIANT_ADD(tls, 12) 114 FIXTURE_VARIANT_ADD(tls, 13) 119 FIXTURE_SETUP(tls) in FIXTURE_SETUP() argument 179 FIXTURE_TEARDOWN(tls) in FIXTURE_TEARDOWN() argument 185 TEST_F(tls, sendfile) in TEST_F() argument 195 TEST_F(tls, send_then_sendfile) in TEST_F() argument 251 TEST_F(tls, multi_chunk_sendfile) in TEST_F() argument 274 TEST_F(tls, recv_max) in TEST_F() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/prelink-cross/ |
| H A D | 0001-src-rtld-dl-tls.c-Fix-TLS-offsets-computation-for-s3.patch | 4 Subject: [PATCH] src/rtld/dl-tls.c: Fix TLS offsets computation for s390 arch 9 From glibc's sysdeps/s390/nptl/tls.h: 22 src/rtld/dl-tls.c | 5 +++++ 25 diff --git a/src/rtld/dl-tls.c b/src/rtld/dl-tls.c 27 --- a/src/rtld/dl-tls.c 28 +++ b/src/rtld/dl-tls.c
|
| /OK3568_Linux_fs/buildroot/package/hostapd/ |
| H A D | 0002-ASN.1-Validate-DigestAlgorithmIdentifier-parameters.patch | 19 src/tls/pkcs1.c | 21 +++++++++++++++++++++ 20 src/tls/x509v3.c | 20 ++++++++++++++++++++ 23 diff --git a/src/tls/pkcs1.c b/src/tls/pkcs1.c 25 --- a/src/tls/pkcs1.c 26 +++ b/src/tls/pkcs1.c 69 diff --git a/src/tls/x509v3.c b/src/tls/x509v3.c 71 --- a/src/tls/x509v3.c 72 +++ b/src/tls/x509v3.c
|
| H A D | 0004-ASN.1-Add-helper-functions-for-recognizing-tag-value.patch | 15 src/tls/asn1.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++ 18 diff --git a/src/tls/asn1.h b/src/tls/asn1.h 20 --- a/src/tls/asn1.h 21 +++ b/src/tls/asn1.h
|
| /OK3568_Linux_fs/buildroot/package/wpa_supplicant/ |
| H A D | 0002-ASN.1-Validate-DigestAlgorithmIdentifier-parameters.patch | 19 src/tls/pkcs1.c | 21 +++++++++++++++++++++ 20 src/tls/x509v3.c | 20 ++++++++++++++++++++ 23 diff --git a/src/tls/pkcs1.c b/src/tls/pkcs1.c 25 --- a/src/tls/pkcs1.c 26 +++ b/src/tls/pkcs1.c 69 diff --git a/src/tls/x509v3.c b/src/tls/x509v3.c 71 --- a/src/tls/x509v3.c 72 +++ b/src/tls/x509v3.c
|
| H A D | 0004-ASN.1-Add-helper-functions-for-recognizing-tag-value.patch | 15 src/tls/asn1.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++ 18 diff --git a/src/tls/asn1.h b/src/tls/asn1.h 20 --- a/src/tls/asn1.h 21 +++ b/src/tls/asn1.h
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
| H A D | 0001-Migrate-to-use-g_memdup2.patch | 36 src/core/sip-sec-tls-dsk.c | 4 ++-- 38 src/core/sipe-tls-tester.c | 2 +- 39 src/core/sipe-tls.c | 4 ++-- 116 diff --git a/src/core/sip-sec-tls-dsk.c b/src/core/sip-sec-tls-dsk.c 118 --- a/src/core/sip-sec-tls-dsk.c 119 +++ b/src/core/sip-sec-tls-dsk.c 145 diff --git a/src/core/sipe-tls-tester.c b/src/core/sipe-tls-tester.c 147 --- a/src/core/sipe-tls-tester.c 148 +++ b/src/core/sipe-tls-tester.c 158 diff --git a/src/core/sipe-tls.c b/src/core/sipe-tls.c [all …]
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | Makefile | 8 obj-$(CONFIG_TLS) += tls.o 10 tls-y := tls_main.o tls_sw.o tls_proc.o trace.o 12 tls-$(CONFIG_TLS_TOE) += tls_toe.o 13 tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o
|
| /OK3568_Linux_fs/buildroot/package/librelp/ |
| H A D | librelp.mk | 16 LIBRELP_CONF_OPTS += --enable-tls 18 LIBRELP_CONF_OPTS += --disable-tls 23 LIBRELP_CONF_OPTS += --enable-tls-openssl 25 LIBRELP_CONF_OPTS += --disable-tls-openssl
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | tls_32.c | 104 clear_user_desc(&curr->tls); in load_TLS() 105 curr->tls.entry_number = idx; in load_TLS() 107 WARN_ON(!LDT_empty(&curr->tls)); in load_TLS() 115 ret = do_set_thread_area(&curr->tls); in load_TLS() 208 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].tls = *info; in set_tls_entry() 215 int arch_set_tls(struct task_struct *new, unsigned long tls) in arch_set_tls() argument 220 if (copy_from_user(&info, (void __user *) tls, sizeof(info))) in arch_set_tls() 246 *info = t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].tls; in get_tls_entry()
|
| /OK3568_Linux_fs/buildroot/package/liburcu/ |
| H A D | 0002-fix-don-t-use-C-thread_local-on-MacOs.patch | 21 include/urcu/tls-compat.h | 7 ++++++- 24 diff --git a/include/urcu/tls-compat.h b/include/urcu/tls-compat.h 26 --- a/include/urcu/tls-compat.h 27 +++ b/include/urcu/tls-compat.h
|
| H A D | 0003-Always-use-__thread-for-Thread-local-storage-except-on-MSVC.patch | 24 include/urcu/tls-compat.h | 15 +++++++-------- 27 diff --git a/include/urcu/tls-compat.h b/include/urcu/tls-compat.h 29 --- a/include/urcu/tls-compat.h 30 +++ b/include/urcu/tls-compat.h
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/iksemel/iksemel/ |
| H A D | avoid-obsolete-gnutls-apis.patch | 20 src/tls-gnutls.c | 12 ++---------- 23 diff --git a/src/tls-gnutls.c b/src/tls-gnutls.c 25 --- a/src/tls-gnutls.c 26 +++ b/src/tls-gnutls.c
|
| /OK3568_Linux_fs/buildroot/package/msmtp/ |
| H A D | msmtp.mk | 45 MSMTP_CONF_OPTS += --with-tls=gnutls 48 MSMTP_CONF_OPTS += --with-tls=openssl 51 MSMTP_CONF_OPTS += --with-tls=no
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | process.c | 37 unsigned long tls) in copy_thread() argument 63 task_thread_info(p)->tp_value = childregs->tls in copy_thread() 64 = tls; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | process.c | 104 struct task_struct *p, unsigned long tls) in copy_thread() argument 143 childstack->r23 = tls; in copy_thread() 257 unsigned long tls) in nios2_clone() argument 266 .tls = tls, in nios2_clone()
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/inc/abi/ |
| H A D | entry.h | 26 stw tls, (sp, 0) 30 movi tls, \epc_inc 31 add lr, tls 68 ldw tls, (sp, 0) 106 stw tls, (sp, 0) 138 ldw tls, (sp, 0)
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | process.c | 96 unsigned long arg, struct task_struct *p, unsigned long tls) in copy_thread() argument 158 p->thread.acrs[0] = (unsigned int)tls; in copy_thread() 160 p->thread.acrs[0] = (unsigned int)(tls >> 32); in copy_thread() 161 p->thread.acrs[1] = (unsigned int)tls; in copy_thread()
|