Home
last modified time | relevance | path

Searched full:private (Results 1 – 25 of 1614) sorted by relevance

12345678910>>...65

/openbmc/qemu/qga/vss-win32/
H A Dqga-vss.def6 COMRegister PRIVATE
7 COMUnregister PRIVATE
8 DllCanUnloadNow PRIVATE
9 DllGetClassObject PRIVATE
10 DllRegisterServer PRIVATE
11 DllUnregisterServer PRIVATE
12 requester_init PRIVATE
13 requester_deinit PRIVATE
14 requester_freeze PRIVATE
15 requester_thaw PRIVATE
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch49 - target_include_directories(poppler SYSTEM PRIVATE ${OPENJPEG_INCLUDE_DIRS})
50 + target_include_directories(poppler PRIVATE ${OPENJPEG_INCLUDE_DIRS})
53 - target_include_directories(poppler SYSTEM PRIVATE ${LCMS2_INCLUDE_DIR})
54 + target_include_directories(poppler PRIVATE ${LCMS2_INCLUDE_DIR})
56 …generate_export_header(poppler BASE_NAME poppler-private EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_…
73 -target_include_directories(poppler-glib SYSTEM PRIVATE ${CAIRO_INCLUDE_DIRS})
74 +target_include_directories(poppler-glib PRIVATE ${CAIRO_INCLUDE_DIRS})
84 - target_include_directories(poppler-qt5 SYSTEM PRIVATE ${NSS3_INCLUDE_DIRS})
85 + target_include_directories(poppler-qt5 PRIVATE ${NSS3_INCLUDE_DIRS})
89 - target_include_directories(poppler-qt5 SYSTEM PRIVATE ${LCMS2_INCLUDE_DIR})
[all …]
/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-oe/recipes-graphics/fontforge/fontforge/
H A D0001-cmake-Use-alternate-way-to-detect-libm.patch45 target_link_libraries(acorn2sfd PRIVATE fontforge)
46 target_link_libraries(dewoff PRIVATE ZLIB::ZLIB)
47 -target_link_libraries(pcl2ttf PRIVATE MathLib::MathLib)
48 +target_link_libraries(pcl2ttf PRIVATE ${EXTRA_LIBS})
49 target_link_libraries(ttf2eps PRIVATE fontforge)
50 target_link_libraries(woff PRIVATE ZLIB::ZLIB)
59 PRIVATE
70 target_link_libraries(fontforgeexe PRIVATE Python3::Python)
73 -target_link_libraries(fontforgeexe PRIVATE fontforge Iconv::Iconv MathLib::MathLib)
74 +target_link_libraries(fontforgeexe PRIVATE fontforge Iconv::Iconv ${EXTRA_LIBS})
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0017-Platform-CS1000-Remove-unused-BL1-files.patch50 - PRIVATE
61 - PRIVATE
72 - PRIVATE
78 - PRIVATE
87 - PRIVATE
98 - PRIVATE
108 - PRIVATE
115 - PRIVATE
121 - PRIVATE
129 - PRIVATE
[all …]
/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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/
H A DCVE-2024-6221.patch26 + If True, the response header :http:header:`Access-Control-Allow-Private-Network`
28 + :http:header:`Access-Control-Request-Private-Network` has a value 'true'.
30 + If False, the reponse header :http:header:`Access-Control-Allow-Private-Network`
32 + :http:header:`Access-Control-Request-Private-Network` has a value of 'true'.
34 + If the request header :http:header:`Access-Control-Request-Private-Network` is
36 + :http:header:`Access-Control-Allow-Private-Network` will not be set.
92 + If True, the response header `Access-Control-Allow-Private-Network`
94 + `Access-Control-Request-Private-Network` has a value 'true'.
96 + If False, the reponse header `Access-Control-Allow-Private-Network`
98 + `Access-Control-Request-Private-Network` has a value of 'true'.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/
H A D0001-apps-CMakeLists.txt-Explicitly-link-libbfb-and-libmu.patch27 + PRIVATE multicobex
28 + PRIVATE bfb
39 + PRIVATE multicobex
40 + PRIVATE bfb
55 + PRIVATE multicobex
56 + PRIVATE bfb
64 + PRIVATE multicobex
65 + PRIVATE bfb
/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-phosphor/recipes-phosphor/flash/files/
H A DOpenBMC.priv1 !!! Important WARNING About This Private Key !!!
3 DO NOT STRIP THIS WARNING FROM THIS PRIVATE KEY
5 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
10 -----BEGIN PRIVATE KEY-----
61 -----END PRIVATE KEY-----
/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/qemu/include/hw/nvram/
H A Dbcm2835_otp.h37 /* Lock OTP Programming (Customer OTP and private key) */
45 /* Magic numbers to lock programming of customer OTP and private key */
49 /* -- Row 56-63: Device-specific private key -- */
56 /* <private> */
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A DCMakeLists.txt32 target_link_libraries(cmake-example-lib PRIVATE json-c::json-c)
42 target_link_libraries(cmake-example PRIVATE cmake-example-lib)
50 target_link_libraries(test-cmake-example PRIVATE cmake-example-lib)
53 target_compile_definitions(test-cmake-example PRIVATE FAIL_COMPARISON_STR="foo")
/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/phosphor-certificate-manager/
H A Dcerts_manager.hpp116 /** @brief Generate Private key and CSR file
117 * Generates the Private key file and CSR file based on the input
140 * algorithms. Valid built-in algorithm names for private key
163 * - KeyEncipherment: The public key is used for enciphering private or
210 private:
221 /** @brief Generate RSA Key pair and get private key from key pair
223 * @return Pointer to RSA private key
228 /** @brief Generate EC Key pair and get private key from key pair
230 * @return Pointer to EC private key
235 /** @brief Write private key data to file
[all …]
/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp111 private:
121 private:
157 private:
167 private:
210 private:
220 private:
254 private:
263 private:
305 private:
313 private:
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dfdio.hpp15 class fdio : private context_ref, details::context_friend
36 private:
78 private:
96 private:
138 private:
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman.h121 /*< private >*/
138 /*< private >*/
156 /*< private >*/
178 /*< private >*/
192 /*< private >*/
/openbmc/phosphor-pid-control/errors/
H A Dexception.hpp17 private:
33 private:
49 private:
/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.hpp45 private:
46 struct Private struct in eventloop::EventLoop
50 EventLoop(std::shared_ptr<boost::asio::io_context>& io, const Private&) : in EventLoop() argument
71 ptr = std::make_shared<EventLoop>(io, Private()); in get()
93 private:
/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-benchmark/glmark2/files/
H A D0001-fix-dispmanx-build.patch40 +struct NativeStateDispmanx::Private
42 + Private()
51 + : priv{std::make_unique<Private>()}
99 private:
100 + struct Private;
106 + std::unique_ptr<Private> priv;
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd_check_keys16 # private key file is on disk before the rename, and ensuring that the
17 # public key rename is completed before the private key rename, since we
18 # switch on the existence of the private key to trigger key generation.
20 # but this is OK because in that case the private key won't exist and the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/
H A D0001-Allow-specifying-path-to-7z-library-in-tests.patch22 target_compile_definitions( ${TESTS_TARGET} PRIVATE BIT7Z_TESTS_USE_SYSTEM_7ZIP )
23 target_compile_definitions( ${TESTS_TARGET_PUBLIC} PRIVATE BIT7Z_TESTS_USE_SYSTEM_7ZIP )
28 + target_compile_definitions( ${TESTS_TARGET} PRIVATE BIT7Z_TESTS_7Z_LIBRARY_PATH="${BIT7Z_T…
29 + target_compile_definitions( ${TESTS_TARGET_PUBLIC} PRIVATE BIT7Z_TESTS_7Z_LIBRARY_PATH="${…
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h67 /*< private >*/
76 /*< private >*/
105 /*< private >*/
122 /*< private >*/
136 /*< private >*/

12345678910>>...65