Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 259) sorted by relevance

1234567891011

/openbmc/qemu/scripts/coccinelle/
H A Dqobject.cocci3 expression Obj, Key, E;
12 - qdict_put_obj(Obj, Key, QOBJECT(E));
13 + qdict_put(Obj, Key, E);
15 - qdict_put(Obj, Key, qnum_from_int(E));
16 + qdict_put_int(Obj, Key, E);
18 - qdict_put(Obj, Key, qbool_from_bool(E));
19 + qdict_put_bool(Obj, Key, E);
21 - qdict_put(Obj, Key, qstring_from_str(E));
22 + qdict_put_str(Obj, Key, E);
24 - qdict_put(Obj, Key, qnull());
[all …]
/openbmc/phosphor-networkd/test/
H A Dtest_network_manager.cpp19 using ::testing::Key;
51 EXPECT_THAT(manager.interfaces, UnorderedElementsAre(Key("igb1"))); in TEST_F()
65 UnorderedElementsAre(Key("igb0"), Key("igb1"))); in TEST_F()
81 UnorderedElementsAre(Key("eth0"), Key("eth0.2"), Key("eth0.4094"))); in TEST_F()
89 UnorderedElementsAre(Key("eth0"), Key("eth0.4094"))); in TEST_F()
H A Dtest_config_parser.cpp68 TEST(TestTypeChecking, Key) in TEST() argument
70 Key(""); in TEST()
71 Key("fds1!'\"#"); in TEST()
72 Key("fds]sf'' #"); in TEST()
73 EXPECT_THROW(Key("fds]sf'='"), std::invalid_argument); in TEST()
74 EXPECT_THROW(Key("g\ng"), std::invalid_argument); in TEST()
H A Dtest_ethernet_interface.cpp24 using testing::Key;
115 UnorderedElementsAre(Key("10.10.10.10/16"_sub))); in TEST_F()
123 UnorderedElementsAre(Key("10.10.10.10/16"_sub), in TEST_F()
124 Key("20.20.20.20/16"_sub))); in TEST_F()
133 UnorderedElementsAre(Key("20.20.20.20/16"_sub))); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch140 @@ -224,7 +224,7 @@ pamsshagentauth_key_equal(const Key *a, const Key *b)
149 @@ -233,7 +233,7 @@ pamsshagentauth_key_equal(const Key *a, const Key *b)
167 @@ -510,7 +510,7 @@ pamsshagentauth_key_read(Key *ret, char **cpp)
176 @@ -643,7 +643,7 @@ pamsshagentauth_key_write(const Key *key, FILE *f)
185 @@ -742,7 +742,7 @@ pamsshagentauth_key_size(const Key *k)
194 @@ -843,7 +843,7 @@ pamsshagentauth_key_from_private(const Key *k)
203 @@ -859,7 +859,7 @@ pamsshagentauth_key_from_private(const Key *k)
239 @@ -1251,7 +1251,7 @@ pamsshagentauth_key_demote(const Key *k)
248 @@ -1264,7 +1264,7 @@ pamsshagentauth_key_demote(const Key *k)
261 @@ -52,7 +52,7 @@ ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp,
[all …]
H A D0001-Adapt-to-OpenSSL-1.1.1.patch226 int (*host_key_index)(Key *);
322 @@ -195,14 +224,26 @@ pamsshagentauth_key_equal(const Key *a, const Key *b)
398 @@ -457,10 +510,17 @@ pamsshagentauth_key_read(Key *ret, char **cpp)
416 @@ -583,10 +643,17 @@ pamsshagentauth_key_write(const Key *key, FILE *f)
434 @@ -675,10 +742,17 @@ pamsshagentauth_key_size(const Key *k)
452 @@ -769,17 +843,29 @@ pamsshagentauth_key_from_private(const Key *k)
543 @@ -1138,14 +1251,20 @@ pamsshagentauth_key_demote(const Key *k)
564 @@ -1154,6 +1273,12 @@ pamsshagentauth_key_demote(const Key *k)
810 @@ -40,7 +40,7 @@ ssh_rsa_sign(const Key *key, u_char **sigp, u_int *lenp,
819 @@ -55,6 +55,7 @@ ssh_rsa_sign(const Key *key, u_char **sigp, u_int *lenp,
[all …]
/openbmc/openbmc-test-automation/extended/
H A Dtest_bios_update.robot52 Run Key U OBMC Boot Test \ REST Power Off
53 Run Key Delete Error logs
58 Run Key Copy PNOR to BMC
60 Run Key Flash PNOR \ /tmp/${pnor_basename}
61 Run Key Wait Until Keyword Succeeds \ 15 min \ 10 sec \ Is PNOR Flash Done
69 Run Key Start SOL Console Logging
70 Run Key U OBMC Boot Test \ REST Power On
77 Run Key ${keyword_buf}
84 Run Key FFDC On Test Case Fail
/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/
H A Dcsf_uboot.txt15 # Key used to authenticate the CSF data
20 [Install Key]
21 # Key slot index used to authenticate the key to be installed
25 # Key to install
29 # Key slot index used to authenticate the image data
/openbmc/u-boot/doc/imx/habv4/csf_examples/additional_images/
H A Dcsf_additional_images.txt15 # Key used to authenticate the CSF data
20 [Install Key]
21 # Key slot index used to authenticate the key to be installed
25 # Key to install
29 # Key slot index used to authenticate the image data
/openbmc/linux/Documentation/crypto/
H A Dapi-skcipher.rst10 Symmetric Key Cipher API
14 :doc: Symmetric Key Cipher API
19 Symmetric Key Cipher Request Handle
23 :doc: Symmetric Key Cipher Request Handle
H A Dapi-kpp.rst1 Key-agreement Protocol Primitives (KPP) Cipher Algorithm Definitions
7 Key-agreement Protocol Primitives (KPP) Cipher API
11 :doc: Generic Key-agreement Protocol Primitives API
16 Key-agreement Protocol Primitives (KPP) Cipher Request Handle
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-prtvt7.dts66 label = "GPIO Key ESC";
72 label = "GPIO Key UP";
96 label = "GPIO Key F1";
102 label = "GPIO Key F2";
108 label = "GPIO Key F3";
114 label = "GPIO Key F4";
120 label = "GPIO Key F5";
126 label = "GPIO Key F6";
132 label = "GPIO Key F7";
138 label = "GPIO Key F8";
[all …]
H A Dimx6dl-prtmvt.dts62 label = "GPIO Key F1";
68 label = "GPIO Key F2";
74 label = "GPIO Key F3";
80 label = "GPIO Key F4";
86 label = "GPIO Key F5";
104 label = "GPIO Key UP";
116 label = "GPIO Key OK";
122 label = "GPIO Key F6";
128 label = "GPIO Key F7";
134 label = "GPIO Key F8";
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc3250-ea3250.dts25 label = "Interrupt Key";
55 label = "Joystick Key 0";
61 label = "Joystick Key 1";
67 label = "Joystick Key 2";
73 label = "Joystick Key 3";
79 label = "Joystick Key 4";
/openbmc/docs/security/
H A DTLS-configuration.md238 Subject Public Key Info:
240 Public-Key: (2048 bit)
248 X509v3 Subject Key Identifier:
273 Subject Public Key Info:
275 Public-Key: (2048 bit)
283 X509v3 Key Usage:
285 X509v3 Extended Key Usage:
308 Subject Public Key Info:
310 Public-Key: (2048 bit)
318 X509v3 Key Usage:
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dkeyutils-fix-error-report-by-adding-default-message.patch20 my_err="Key has expired"
25 my_err="Key has been revoked"
31 my_err="Key has been rejected"
/openbmc/phosphor-dbus-monitor/src/
H A Ddata_types.hpp45 template <typename Key, typename Value>
46 using RefKeyMap = std::map<std::reference_wrapper<Key>, Value, std::less<Key>>;
/openbmc/openbmc-test-automation/lib/
H A Dboot_utils.robot31 Run Key U ${cmd_buf}
57 Run Key U ${cmd_buf}
83 Run Key U ${cmd_buf}
109 Run Key U ${cmd_buf}
135 Run Key U ${cmd_buf}
161 Run Key U ${cmd_buf}
188 Run Key U ${cmd_buf}
214 Run Key U ${cmd_buf}
240 Run Key U ${cmd_buf}
266 Run Key U ${cmd_buf}
[all …]
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-itop-elite.dts55 label = "GPIO Key Home";
61 label = "GPIO Key Back";
67 label = "GPIO Key Sleep";
73 label = "GPIO Key Vol+";
79 label = "GPIO Key Vol-";
/openbmc/openbmc/meta-google/recipes-phosphor/flash/
H A Dgoogle-key.bb1 SUMMARY = "Google Key installation Script"
2 DESCRIPTION = "Google Key installation Script"
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dmediatek,pmic-keys.yaml37 Key long-press force shutdown setting
53 - description: Key press interrupt
54 - description: Key release interrupt
H A Dgpio-keys.yaml40 description: Key / Axis code to emit.
130 label = "GPIO Key UP";
136 label = "GPIO Key DOWN";
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3768-0000.dtsi95 /* M.2 Key-E */
149 /* C1 - M.2 Key-E */
159 /* C4 - M.2 Key-M */
170 /* C7 - M.2 Key-M */
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dsamsung-sss.yaml17 -- Public Key Accelerator (PKA)
25 -- Secure Key Manager
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp256 template <typename Key, typename Value>
257 struct element_signature<std::pair<Key, Value>> {
260 concat(element_signature<Key>::code,

1234567891011