Home
last modified time | relevance | path

Searched refs:private (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch6 Because "private" was used in cdda_interface.h, this header file could not be
29 - cdda_private_data_t *private;
30 + cdda_private_data_t *priv; /* private is a C++ reserved keyword */
42 - int ret1=clock_gettime(d->private->clock,&tv1);
45 - int ret3=clock_gettime(d->private->clock,&tv2);
48 - d->private->last_milliseconds=-1;
51 - d->private->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000…
64 - if(d->private){
65 - if(d->private->sg_hd)free(d->private->sg_hd);
66 - free(d->private);
[all …]
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/
H A D0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch4 Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4
14 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++
17 diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-…
19 --- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
20 +++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0010-Use-linux-capability.h-on-linux-systems-too.patch8 include/private/android_filesystem_config.h | 2 +-
11 diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_confi…
13 --- a/include/private/android_filesystem_config.h
14 +++ b/include/private/android_filesystem_config.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0002-nss-no-rpath-for-cross-compiling.patch21 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
22 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
24 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
25 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/
H A Dpkgconfig.patch13 -Libs.private: @NEON_LIBS@
14 +Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dfix-clang-private-operator.patch9 -private:
12 +private:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md5 Certificate management allows to replace the existing certificate and private
7 and private key file. Certificate management allows the user to install both the
9 certificate, using an unencrypted certificate and private key file in .pem
10 format, which includes both private key and signed certificate.
14 - The REST Server copies the certificate and private key file to a temporary
45 Description: Update https server signed certificate and the private key.
49 Description: Delete https server signed certificate and the private key.
53 Description: Update ldap client certificate and the private key.
57 Description: Delete ldap client certificate and the private key.
63 400 Invalid certificate and private key file.
[all …]
/openbmc/qemu/crypto/
H A Divgen-essiv.c66 ivgen->private = essiv; in qcrypto_ivgen_essiv_init()
76 QCryptoIVGenESSIV *essiv = ivgen->private; in qcrypto_ivgen_essiv_calculate()
108 QCryptoIVGenESSIV *essiv = ivgen->private; in qcrypto_ivgen_essiv_cleanup()
H A Divgenpriv.h41 void *private; member
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_iface.h63 private:
94 private:
H A Dncsi_sockio.h51 private:
/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/
H A DREADME.md5 - ima-local-ca.priv: The CA's private key (password: 1234)
7 - privkey_ima.pem: IMA & EVM private key used for signing files
/openbmc/phosphor-certificate-manager/
H A Dconfig.h.in13 /* The default name of the private key file. */
16 /* The default name of the rsa private key file. */
/openbmc/docs/security/
H A Dobmc-security-response-team-guidelines.md13 - Keep problems private until announce.
42 - Use private channels, for example, email, GitHub draft security advistory,
43 or private direct messaging.
44 - Inform contacts this is private work as part of the OpenBMC security
63 the details in the issue or use a private channel to discuss.
65 - Consider [contributing][] using a Gerrit [private change][] if everyone
75 Repository maintainer process steps: 1. Create a private gerrit code review and
90 coordinated disclosure), please merge the fixes (and make any private review be
102 [private change]:
103 https://gerrit-review.googlesource.com/Documentation/intro-user.html#private-changes
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2/
H A D0001-Remove-the-access-to-entities-checked-private-symbol.patch4 Subject: [PATCH] Remove the access to entities 'checked' private symbol for
7 Since version 2.11.0, some private symbols that were never intended
/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/fontconfig/
H A Drevert-static-pkgconfig.patch16 Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
18 Libs.private: @ICONV_LIBS@ @PKG_EXPAT_LIBS@
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch12 modules/core/include/opencv2/core/private.hpp | 4 +--
38 diff --git a/modules/core/include/opencv2/core/private.hpp b/modules/core/include/opencv2/core/priv…
40 --- a/modules/core/include/opencv2/core/private.hpp
41 +++ b/modules/core/include/opencv2/core/private.hpp
/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/files/
H A DOpenBMC.priv5 This private key is being intentionally released to enable the developer
7 signing keys should be used, and the private production signing key should be
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/
H A Dtkprivate.diff3 puts private Tk headers there).
23 +TK_SRC_DIR='@includedir@/tk-private'
/openbmc/u-boot/doc/uImage.FIT/
H A Dverified-boot.txt25 Images are signed using a private key known only to the signer, but can
27 made available without risk to the verification process. The private and
76 1. Master private key is used by the signer to sign a first-stage image.
78 2. Secondary private key is created and used to sign second-stage images.
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.h117 private:
206 private:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-doctest-Do-not-use-unnamed-class.patch30 private:
34 private:
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md15 1. Create private key for certificate authority(CA).
19 Note: You will be prompted to give a password for private key. This password
20 will be used whenever the private key is used.
22 2. Create a root CA certificate using the private key created in step 1.
125 Note: You will be prompted to give a password for private key.
/openbmc/phosphor-psu-code-mgmt/tools/
H A Dgenerate-psu-tar18 the private key file. Defaults to the bash variable
20 open-source private key in this script.
/openbmc/ibm-dbus-interfaces/
H A Dibm-dbus-interfaces.pc.in10 Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@

12345678910>>...12