/openbmc/qemu/scripts/coccinelle/ |
H A D | qobject.cocci | 3 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 D | test_network_manager.cpp | 19 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 D | test_ethernet_interface.cpp | 24 using testing::Key; 121 UnorderedElementsAre(Key("10.10.10.10/16"_sub))); in TEST_F() 129 UnorderedElementsAre(Key("10.10.10.10/16"_sub), in TEST_F() 130 Key("20.20.20.20/16"_sub))); in TEST_F() 139 UnorderedElementsAre(Key("20.20.20.20/16"_sub))); in TEST_F() 266 UnorderedElementsAre(Key(std::string("10.10.10.1")))); in TEST_F() 274 UnorderedElementsAre(Key(std::string("10.10.10.1")), in TEST_F() 275 Key(std::string("10.20.30.1")))); in TEST_F() 292 UnorderedElementsAre(Key(std::string("2002:903:15f:325::1")))); in TEST_F() 300 UnorderedElementsAre(Key(std::string("2003:903:15f:325::1")), in TEST_F() [all …]
|
H A D | test_config_parser.cpp | 68 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/ |
H A D | 0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch | 51 @@ -540,7 +540,7 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment) 60 @@ -557,7 +557,7 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment) 69 @@ -649,7 +649,7 @@ ssh_remove_identity(AuthenticationConnection *auth, Key *key) 140 @@ -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) 158 @@ -293,7 +293,7 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type, 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) [all …]
|
H A D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 91 @@ -513,19 +540,36 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment) 128 @@ -605,9 +649,15 @@ ssh_remove_identity(AuthenticationConnection *auth, Key *key) 226 int (*host_key_index)(Key *); 322 @@ -195,14 +224,26 @@ pamsshagentauth_key_equal(const Key *a, const Key *b) 349 @@ -231,7 +272,7 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type, 358 @@ -252,12 +293,21 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type, 380 @@ -273,11 +323,14 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type, 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) [all …]
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bios_update.robot | 52 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 D | csf_uboot.txt | 15 # 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 D | csf_additional_images.txt | 15 # 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/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-prtvt7.dts | 66 label = "GPIO Key ESC"; 72 label = "GPIO Key UP"; 78 label = "GPIO Key DOWN"; 84 label = "GPIO Key Enter"; 90 label = "GPIO Key CYCLE"; 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"; [all …]
|
H A D | imx6dl-prtmvt.dts | 62 label = "GPIO Key F1"; 68 label = "GPIO Key F2"; 74 label = "GPIO Key F3"; 80 label = "GPIO Key F4"; 86 label = "GPIO Key F5"; 92 label = "GPIO Key CYCLE"; 98 label = "GPIO Key ESC"; 104 label = "GPIO Key UP"; 110 label = "GPIO Key DOWN"; 116 label = "GPIO Key OK"; [all …]
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-skcipher.rst | 10 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 D | api-kpp.rst | 1 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/lpc/ |
H A D | lpc3250-ea3250.dts | 25 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 D | TLS-configuration.md | 218 - `Public-Key` length, it cannot be less than 2048 bits. 238 Subject Public Key Info: 239 Public Key Algorithm: rsaEncryption 240 Public-Key: (2048 bit) 248 X509v3 Subject Key Identifier: 250 X509v3 Authority Key Identifier: 273 Subject Public Key Info: 274 Public Key Algorithm: rsaEncryption 275 Public-Key: (2048 bit) 283 X509v3 Key Usage: [all …]
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | data_types.hpp | 45 template <typename Key, typename Value> 46 using RefKeyMap = std::map<std::reference_wrapper<Key>, Value, std::less<Key>>;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
H A D | keyutils-fix-error-report-by-adding-default-message.patch | 20 my_err="Key has expired" 25 my_err="Key has been revoked" 31 my_err="Key has been rejected"
|
/openbmc/openbmc-test-automation/lib/ |
H A D | boot_utils.robot | 31 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 D | exynos4412-itop-elite.dts | 55 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/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra234-p3768-0000.dtsi | 95 /* M.2 Key-E */ 149 /* C1 - M.2 Key-E */ 159 /* C4 - M.2 Key-M */ 170 /* C7 - M.2 Key-M */
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/ |
H A D | google-key.bb | 1 SUMMARY = "Google Key installation Script" 2 DESCRIPTION = "Google Key installation Script"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0019-Align-PSA-Crypto-with-TF-Mv2.1.patch | 36 * nine groups (Random, Key management, Hash, MAC, Cipher, AEAD, 37 * Asym sign, Asym encrypt, Key derivation). 258 psa_key_id_t key_id; /*!< Key id */ 264 - uint32_t capacity; /*!< Key derivation capacity */ 271 uint16_t step; /*!< Key derivation step */ 274 + size_t capacity; /*!< Key derivation capacity */ 275 + uint64_t value; /*!< Key derivation integer for update*/
|
/openbmc/boost-dbus/include/dbus/ |
H A D | element.hpp | 256 template <typename Key, typename Value> 257 struct element_signature<std::pair<Key, Value>> { 260 concat(element_signature<Key>::code,
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-s922x-khadas-vim3.dts | 21 * an USB3.0 Type A connector and a M.2 Key M slot. 26 * to the M.2 Key M slot, uncomment the following block to disable
|
H A D | meson-g12b-a311d-khadas-vim3.dts | 21 * an USB3.0 Type A connector and a M.2 Key M slot. 26 * to the M.2 Key M slot, uncomment the following block to disable
|