| /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/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
|
| H A D | csf_uboot_fast_authentication.txt | 20 # Key slot index 0 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/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/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/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/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/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-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/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/files/ |
| H A D | bind_gpio_shutdown.tab | 1 # Action on special keypress (Key Power)
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | sshdgenkeys.service | 2 Description=OpenSSH Key Generation
|
| /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/openbmc-test-automation/redfish/extended/ |
| H A D | test_os_reboot.robot | 8 Suite Setup Run Key Start SOL Console Logging 51 Run Key ${keyword_buf}
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0011-Align-PSA-Crypto-with-TF-Mv2.1.patch | 36 * Asym sign, Asym encrypt, Key derivation). 256 psa_key_id_t key_id; /*!< Key id */ 262 - uint32_t capacity; /*!< Key derivation capacity */ 269 uint16_t step; /*!< Key derivation step */ 272 + size_t capacity; /*!< Key derivation capacity */ 273 + uint64_t value; /*!< Key derivation integer for update*/
|
| /openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/ |
| H A D | BiosTablesTest.c | 35 EFI_INPUT_KEY Key; in WaitForExitKeyPress() local 45 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in WaitForExitKeyPress()
|
| /openbmc/qemu/qapi/ |
| H A D | cryptodev.json | 32 # @cipher: Symmetric Key Cipher service 40 # @akcipher: Asymmetric Key Cipher service
|
| /openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/ |
| H A D | dropbearkey.service | 2 Description=SSH Key Generation
|
| /openbmc/phosphor-networkd/src/ |
| H A D | config_parser.hpp | 107 using Key = Checked<std::string, KeyCheck>; typedef 112 std::unordered_map<Key, ValueList, string_hash, std::equal_to<>>;
|
| /openbmc/u-boot/doc/imx/habv4/guides/ |
| H A D | encrypted_boot.txt | 9 The image data is encrypted with a Encryption Key (DEK). 28 dek_blob <DEK address> <Output Address> <Key Size in Bits>
|