/openbmc/qemu/tests/qemu-iotests/ |
H A D | 233 | 45 . ./common.tls 76 obj=tls-creds-x509,dir=${tls_dir}/client1,endpoint=client,id=tls0 78 driver=nbd,host=$nbd_tcp_addr,port=$nbd_tcp_port,tls-creds=tls0 \ 81 --tls-creds=tls0 2>&1 | _filter_qemu_nbd_exports 89 --object tls-creds-x509,dir=${tls_dir}/server1,endpoint=server,id=tls0,verify-peer=on \ 90 --tls-creds tls0 \ 100 obj1=tls-creds-x509,dir=${tls_dir}/client1,endpoint=client,id=tls0 101 obj2=tls-creds-x509,dir=${tls_dir}/client3,endpoint=client,id=tls0 103 driver=nbd,host=$nbd_tcp_addr,port=$nbd_tcp_port,tls-creds=tls0 \ 106 driver=nbd,host=$nbd_tcp_addr,port=$nbd_tcp_port,tls-creds=tls0 \ [all …]
|
H A D | 233.out | 19 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Denied by server for… 25 Did you forget a valid tls-creds? 45 qemu-img: Could not open 'driver=nbd,host=localhost,port=PORT,tls-creds=tls0': Certificate does not… 60 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn… 72 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read optio… 73 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read optio… 76 qemu-img: Could not open 'driver=nbd,path=SOCK_DIR/qemu-nbd.sock,tls-creds=tls0': No hostname for c… 102 qemu-img: Could not open 'driver=nbd,path=SOCK_DIR/qemu-nbd.sock,tls-creds=tls0': TLS handshake fai…
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls.c | 154 priv->tls->rx_wq = create_singlethread_workqueue("mlx5e_tls_rx"); in mlx5e_ktls_init_rx() 155 if (!priv->tls->rx_wq) in mlx5e_ktls_init_rx() 161 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_init_rx() 177 destroy_workqueue(priv->tls->rx_wq); in mlx5e_ktls_cleanup_rx() 180 static void mlx5e_tls_debugfs_init(struct mlx5e_tls *tls, in mlx5e_tls_debugfs_init() argument 186 tls->debugfs.dfs = debugfs_create_dir("tls", dfs_root); in mlx5e_tls_debugfs_init() 191 struct mlx5e_tls *tls; in mlx5e_ktls_init() local 196 tls = kzalloc(sizeof(*tls), GFP_KERNEL); in mlx5e_ktls_init() 197 if (!tls) in mlx5e_ktls_init() 199 tls->mdev = priv->mdev; in mlx5e_ktls_init() [all …]
|
H A D | ktls_stats.c | 55 if (!priv->tls) in mlx5e_ktls_get_count() 65 if (!priv->tls) in mlx5e_ktls_get_strings() 81 if (!priv->tls) in mlx5e_ktls_get_stats() 87 data[idx++] = MLX5E_READ_CTR_ATOMIC64(&priv->tls->sw_stats, in mlx5e_ktls_get_stats()
|
H A D | ktls_tx.c | 466 pool = priv->tls->tx_pool; in mlx5e_ktls_add_tx() 488 dek = mlx5_ktls_create_key(priv->tls->dek_pool, crypto_info); in mlx5e_ktls_add_tx() 518 pool = priv->tls->tx_pool; in mlx5e_ktls_del_tx() 521 mlx5_ktls_destroy_key(priv->tls->dek_pool, priv_tx->dek); in mlx5e_ktls_del_tx() 897 static void mlx5e_tls_tx_debugfs_init(struct mlx5e_tls *tls, in mlx5e_tls_tx_debugfs_init() argument 903 tls->debugfs.dfs_tx = debugfs_create_dir("tx", dfs_root); in mlx5e_tls_tx_debugfs_init() 905 debugfs_create_size_t("pool_size", 0400, tls->debugfs.dfs_tx, in mlx5e_tls_tx_debugfs_init() 906 &tls->tx_pool->size); in mlx5e_tls_tx_debugfs_init() 912 struct mlx5e_tls *tls = priv->tls; in mlx5e_ktls_init_tx() local 924 tls->dek_pool = dek_pool; in mlx5e_ktls_init_tx() [all …]
|
/openbmc/qemu/ui/ |
H A D | vnc-ws.c | 55 QIOChannelTLS *tls; in vncws_tls_handshake_io() local 68 tls = qio_channel_tls_new_server( in vncws_tls_handshake_io() 73 if (!tls) { in vncws_tls_handshake_io() 80 qio_channel_set_name(QIO_CHANNEL(tls), "vnc-ws-server-tls"); in vncws_tls_handshake_io() 83 vs->ioc = QIO_CHANNEL(tls); in vncws_tls_handshake_io() 85 vs->tls = qio_channel_tls_get_session(tls); in vncws_tls_handshake_io() 87 qio_channel_tls_handshake(tls, in vncws_tls_handshake_io()
|
H A D | vnc-auth-vencrypt.c | 101 QIOChannelTLS *tls; in protocol_client_vencrypt_auth() local 110 tls = qio_channel_tls_new_server( in protocol_client_vencrypt_auth() 115 if (!tls) { in protocol_client_vencrypt_auth() 123 qio_channel_set_name(QIO_CHANNEL(tls), "vnc-server-tls"); in protocol_client_vencrypt_auth() 125 vs->ioc = QIO_CHANNEL(tls); in protocol_client_vencrypt_auth() 127 vs->tls = qio_channel_tls_get_session(tls); in protocol_client_vencrypt_auth() 129 qio_channel_tls_handshake(tls, in protocol_client_vencrypt_auth()
|
H A D | ui-qmp-cmds.c | 117 bool has_tls, bool tls, Error **errp) in qmp_add_client_spice() argument 123 tls = has_tls ? tls : false; in qmp_add_client_spice() 124 if (qemu_spice.display_add_client(fd, skipauth, tls) < 0) { in qmp_add_client_spice() 133 bool has_tls, bool tls, Error **errp) in qmp_add_client_vnc() argument 143 bool has_tls, bool tls, Error **errp) in qmp_add_client_dbus_display() argument
|
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/ |
H A D | eagain.patch | 7 GLib-Net:ERROR:/usr/src/debug/glib-networking/2.74.0-r0/tls/tests/connection.c:1944:simul_read_thre… 8 Bail out! GLib-Net:ERROR:/usr/src/debug/glib-networking/2.74.0-r0/tls/tests/connection.c:1944:simul… 19 tls/tests/connection.c | 4 ++++ 22 diff --git a/tls/tests/connection.c b/tls/tests/connection.c 24 --- a/tls/tests/connection.c 25 +++ b/tls/tests/connection.c
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tls.c | 269 FIXTURE(tls) in FIXTURE() argument 275 FIXTURE_VARIANT(tls) in FIXTURE_VARIANT() argument 282 FIXTURE_VARIANT_ADD(tls, 12_aes_gcm) 288 FIXTURE_VARIANT_ADD(tls, 13_aes_gcm) 294 FIXTURE_VARIANT_ADD(tls, 12_chacha) 301 FIXTURE_VARIANT_ADD(tls, 13_chacha) 308 FIXTURE_VARIANT_ADD(tls, 13_sm4_gcm) 315 FIXTURE_VARIANT_ADD(tls, 13_sm4_ccm) 322 FIXTURE_VARIANT_ADD(tls, 12_aes_ccm) 328 FIXTURE_VARIANT_ADD(tls, 13_aes_ccm) [all …]
|
/openbmc/linux/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 tls_strp.o 12 tls-$(CONFIG_TLS_TOE) += tls_toe.o 13 tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/ |
H A D | bmcweb_git.bb | 32 PACKAGECONFIG ??= "mutual-tls-auth" 34 PACKAGECONFIG[mutual-tls-auth]="-Dmutual-tls-auth=enabled,-Dmutual-tls-auth=disabled" 41 ${@bb.utils.contains('PACKAGECONFIG', 'mutual-tls-auth', \ 42 '-Dmutual-tls-common-name-parsing-default=' + d.getVar('MUTUAL_TLS_PARSING', True), \
|
/openbmc/openbmc/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 …]
|
/openbmc/qemu/include/monitor/ |
H A D | qmp-helpers.h | 16 bool has_tls, bool tls, Error **errp); 19 bool has_tls, bool tls, Error **errp); 23 bool has_tls, bool tls, Error **errp); 26 bool has_tls, bool tls, const char *protocol,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/ |
H A D | librelp_1.11.0.bb | 12 file://0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch \ 26 PACKAGECONFIG ?= "tls-openssl valgrind" 31 PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle" 32 PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl" 50 cp -rf ${S}/${TESTDIR}/tls-certs ${D}${PTEST_PATH}/${TESTDIR}
|
/openbmc/linux/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()
|
H A D | tls_64.c | 9 int arch_set_tls(struct task_struct *t, unsigned long tls) in arch_set_tls() argument 15 t->thread.arch.fs = tls; in arch_set_tls()
|
/openbmc/linux/arch/csky/kernel/ |
H A D | process.c | 37 unsigned long tls = args->tls; in copy_thread() local 62 task_thread_info(p)->tp_value = childregs->tls in copy_thread() 63 = tls; in copy_thread()
|
/openbmc/openbmc/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
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | process.c | 106 unsigned long tls = args->tls; in copy_thread() local 144 childstack->r23 = tls; in copy_thread() 255 unsigned long tls) in nios2_clone() argument 264 .tls = tls, in nios2_clone()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | process.c | 113 unsigned long tls = args->tls; in copy_thread() local 172 p->thread.acrs[0] = (unsigned int)tls; in copy_thread() 174 p->thread.acrs[0] = (unsigned int)(tls >> 32); in copy_thread() 175 p->thread.acrs[1] = (unsigned int)tls; in copy_thread()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-tls-iothread.out | 1 QA output created by nbd-tls-iothread 27 "tls-creds": "tls0"}} 39 "export": "drive_image1", "tls-creds": "tls0", 40 "tls-hostname": "127.0.0.1"}}
|
/openbmc/qemu/monitor/ |
H A D | qmp-cmds.c | 119 bool has_skipauth, bool skipauth, bool has_tls, bool tls, in qmp_add_client() argument 125 bool has_tls, bool tls, Error **errp); in qmp_add_client() 151 has_tls, tls, errp)) { in qmp_add_client() 158 if (!qmp_add_client_char(fd, has_skipauth, skipauth, has_tls, tls, in qmp_add_client()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | process.c | 56 unsigned long tls = args->tls; in copy_thread() local 104 childregs->ugp = tls; in copy_thread()
|
/openbmc/qemu/docs/system/ |
H A D | authz.rst | 31 ``tls-creds-x509`` object, which is in fact the default. 192 "service": "qemu-vnc-tls" 200 file /etc/pam.d/qemu-vnc-tls. For a simple file 222 -object authz-pam,id=authz0,service=qemu-vnc-tls 238 will provide ``tls-authz`` property, while any server using SASL will provide 253 echo "CN=laptop.qemu.org,O=QEMU Project,L=London,ST=London,C=GB" >> tls.acl 255 --object authz-list-file,id=authz1,filename=tls.acl \ 256 --object tls-creds-x509,id=tls0,dir=/etc/qemu/tls,verify-peer=yes \ 257 --vnc 0.0.0.0:1,sasl,sasl-authz=auth0,tls-creds=tls0,tls-authz=authz1
|