Home
last modified time | relevance | path

Searched +full:crypto +full:- +full:only +full:- +full:gnutls (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/
H A Dostree_2024.10.bb3 tools that combines a \"git-like\" model for committing and downloading \
7 LICENSE = "LGPL-2.1-only"
12 glib-2.0-native \
13 glib-2.0 \
18 bison-native \
22 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \
23 file://run-ptest \
27 S = "${WORKDIR}/libostree-${PV}"
29 inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig …
31 UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-introspection --enable-introspection"
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/
H A Drtmpdump_2.6.bb5 LICENSE = "GPL-2.0-only"
8 DEPENDS = "gnutls zlib"
19 CVES_2015 = "CVE-2015-8270 CVE-2015-8271 CVE-2015-8272"
20 CVES_2015[status] = "fixed-version: patched in current git hash"
22 inherit autotools-brokensep
26 SYS=posix INC=-I=/usr/include DESTDIR=${D} CRYPTO=GNUTLS \
/openbmc/qemu/
H A Dmeson.build10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
30 tmpdir = meson.current_build_dir() / 'meson-private/temp'
61 have_linux_user = have_linux_user or target.endswith('linux-user')
62 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
63 have_system = have_system or target.endswith('-softmmu')
107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
114 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
132 # instead. QEMU --enable-modules depends on this because the SystemTap
135 add_global_arguments('-DSTAP_SDT_V2',
[all …]
H A Dmeson_options.txt1 # These options do not correspond to a --enable/--disable-* option
3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],
12 description: 'use specified string as sub-version of the package')
25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like …
27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q…
28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
33 description: 'fuzzing engine library for OSS-Fuzz')
40 # Everything else can be set via --enable/--disable-* option
42 # here make sure to run "make update-buildoptions".
[all …]
H A Dqemu-options.hx14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
16 ``-h``
21 "-version display version information and exit\n", QEMU_ARCH_ALL)
23 ``-version``
28 "-machine [type=]name[,prop[=value][,...]]\n"
29 " selects emulated machine ('-machine help' for list)\n"
33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
34 " mem-merge=on|off controls memory merge support (default: on)\n"
35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"
36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
[all …]
/openbmc/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.c25 #include "crypto-tls-x509-helpers.h"
26 #include "crypto/init.h"
39 * here's one we prepared earlier :-)
43 "-----BEGIN RSA PRIVATE KEY-----\n" \
81 "-----END RSA PRIVATE KEY-----\n"
129 if (!g_file_set_contents(keyfile, PRIVATE_KEY, -1, NULL)) { in test_tls_init()
159 res->data = (unsigned char *)data; in test_tls_der_encode()
160 res->size = size; in test_tls_der_encode()
176 if (res->ai_family == AF_INET) { in test_tls_get_ipaddr()
177 struct sockaddr_in *in = (struct sockaddr_in *)res->ai_addr; in test_tls_get_ipaddr()
[all …]
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh1 # This file is generated by meson-buildoptions.py, do not edit!
3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co'
6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]'
7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE'
8 printf "%s\n" ' set block driver read-only whitelist (by default'
9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE'
11 printf "%s\n" ' set block driver read-write whitelist (by default'
12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
13 printf "%s\n" ' --datadir=VALUE Data file directory [share]'
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/
H A Dnetworkmanager_1.50.0.bb9 NetworkManager-aware applications can switch from online and offline mode. \
16 LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
22 glib-2.0 \
23 python3-pygobject-native \
24 coreutils-native \
25 intltool-native \
26 libxslt-native \
29 util-linux \
34 DEPENDS:append:class-target = " bash-completion"
36 inherit gnomebase gettext update-rc.d systemd gobject-introspection gtk-doc update-alternatives ups…
[all …]
/openbmc/qemu/include/crypto/
H A Dtlssession.h2 * QEMU crypto TLS session support
24 #include "crypto/tlscreds.h"
31 * as GNUTLS, to setup and run TLS sessions.
36 * only requirement is a full-duplex stream of some kind.
69 * return -1;
80 * return -1;
87 * return -1;
110 #define QCRYPTO_TLS_SESSION_ERR_BLOCK -2
118 * @errp: pointer to a NULL-initialized error object
169 * @errp: pointer to a NULL-initialized error object
[all …]
/openbmc/qemu/tests/qtest/
H A Dmeson.build2 'ahci-test': 150,
3 'aspeed_smc-test': 360,
4 'bios-tables-test' : 910,
5 'cdrom-test' : 610,
6 'device-introspect-test' : 720,
7 'ide-test' : 120,
8 'migration-test' : 480,
9 'npcm7xx_pwm-test': 300,
10 'npcm7xx_watchdog_timer-test': 120,
11 'qmp-cmd-test' : 120,
[all …]
/openbmc/u-boot/doc/uImage.FIT/
H A Dsignature.txt1 U-Boot FIT Signature Verification
5 ------------
12 key is kept secret and the public key is stored in a non-volatile place,
15 See verified-boot.txt for more general information on verified boot.
19 --------
24 - hash an image in the FIT
25 - sign the hash with a private key to produce a signature
26 - store the resulting signature in the FIT
30 - read the FIT
31 - obtain the public key
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
10 - Linux kernel 5.19, glibc 2.36 and ~260 other recipe upgrades
12 - ``make`` 4.0 is now the minimum make version required on the build host.
14 :term:`buildtools` tarball, and additionally a new :term:`buildtools-make` tarball
17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`.
19 - New layer setup tooling:
21 - New ``scripts/oe-setup-layers`` standalone script to restore the layer
23 - New ``bitbake-layers create-layers-setup`` command to save the
25 - New ``bitbake-layers save-build-conf`` command to save the active build
[all …]
H A Drelease-notes-4.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
11 - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades
13 - Reproducibility: this release fixes the reproducibility issues with
14 ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully
16 class has been merged into the :ref:`ref-classes-base` class.
18 - Network access is now disabled by default for tasks other than where it is expected to ensure bui…
20 - The Yocto Project now allows you to reuse the Shared State cache from
31 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__
34 - New :ref:`ref-classes-overlayfs` and :ref:`ref-classes-overlayfs-etc` classes and
[all …]
/openbmc/qemu/ui/
H A Dvnc.c29 #include "vnc-jobs.h"
31 #include "hw/qdev-core.h"
34 #include "qemu/error-report.h"
35 #include "qemu/main-loop.h"
41 #include "qemu/config-file.h"
42 #include "qapi/qapi-emit-events.h"
43 #include "qapi/qapi-events-ui.h"
45 #include "qapi/qapi-commands-ui.h"
47 #include "crypto/hash.h"
48 #include "crypto/tlscreds.h"
[all …]
/openbmc/linux/net/tls/
H A Dtls_sw.c2 * Copyright (c) 2016-2017, Mellanox Technologies. All rights reserved.
3 * Copyright (c) 2016-2017, Dave Watson <davejwatson@fb.com>. All rights reserved.
4 * Copyright (c) 2016-2017, Lance Chao <lancerchao@fb.com>. All rights reserved.
6 * Copyright (c) 2016, Nikos Mavrogiannopoulos <nmav@gnutls.org>. All rights reserved.
19 * - Redistributions of source code must retain the above
23 * - Redistributions in binary form must reproduce the above
43 #include <crypto/aead.h>
74 /* sk->sk_err should contain a positive error code. */ in tls_err_abort()
75 WRITE_ONCE(sk->sk_err, -err); in tls_err_abort()
85 int i, chunk = start - offset; in __skb_nsg()
[all …]
/openbmc/linux/
H A Dopengrok0.0.log1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz'
2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz'
3 2024-12-2
[all...]
H A Dopengrok1.0.log1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'
2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)
3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa
[all...]
/openbmc/
Dopengrok1.0.log1 2025-02-16 03:00:31.603-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-02-16 03:00:31.709-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-02-15 03:00:32.424-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-02-15 03:00:32.544-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]