| /openbmc/u-boot/fs/ubifs/ |
| H A D | key.h | 473 const union ubifs_key *key2) in keys_cmp() argument 475 if (key1->u32[0] < key2->u32[0]) in keys_cmp() 477 if (key1->u32[0] > key2->u32[0]) in keys_cmp() 479 if (key1->u32[1] < key2->u32[1]) in keys_cmp() 481 if (key1->u32[1] > key2->u32[1]) in keys_cmp() 498 const union ubifs_key *key2) in keys_eq() argument 500 if (key1->u32[0] != key2->u32[0]) in keys_eq() 502 if (key1->u32[1] != key2->u32[1]) in keys_eq()
|
| H A D | tnc_misc.c | 357 const union ubifs_key *key1, *key2; in read_znode() local 360 key2 = &znode->zbranch[i + 1].key; in read_znode() 362 cmp = keys_cmp(c, key1, key2); in read_znode()
|
| H A D | tnc.c | 2669 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local 2705 highest_ino_key(c, &key2, xattr_inum); in ubifs_tnc_remove_ino() 2706 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino() 2719 highest_ino_key(c, &key2, inum); in ubifs_tnc_remove_ino() 2721 return ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-xts.c | 35 unsigned char key2[32]; member 350 AES_set_encrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.enc); in test_xts() 351 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts() 386 AES_set_encrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.enc); in test_xts_split() 387 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts_split() 431 AES_set_encrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.enc); in test_xts_unaligned() 432 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts_unaligned()
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | quoted-structural-chars.json | 1 '{' 'key1' ':' 'value1' ',' 'key2' ':' '[' ']' '}'
|
| /openbmc/qemu/net/ |
| H A D | colo.c | 38 int connection_key_equal(const void *key1, const void *key2) in connection_key_equal() argument 40 return memcmp(key1, key2, sizeof(ConnectionKey)) == 0; in connection_key_equal()
|
| /openbmc/u-boot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 280 uint32_t key1[key.len], key2[key.len]; in rsa_mod_exp_sw() local 283 key.rr = key2; in rsa_mod_exp_sw()
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 550 int key2; in on_key_esc() local 556 key2 = wgetch(win); in on_key_esc() 562 if (key == KEY_ESC && key2 == ERR) in on_key_esc() 564 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
|
| /openbmc/entity-manager/docs/ |
| H A D | entity_manager_dbus_api.md | 127 "key2": "value"
|
| /openbmc/qemu/hw/i386/ |
| H A D | intel_iommu.c | 227 const struct vtd_iotlb_key *key2 = v2; in vtd_iotlb_equal() local 229 return key1->sid == key2->sid && in vtd_iotlb_equal() 230 key1->pasid == key2->pasid && in vtd_iotlb_equal() 231 key1->level == key2->level && in vtd_iotlb_equal() 232 key1->gfn == key2->gfn; in vtd_iotlb_equal() 248 const struct vtd_as_key *key2 = v2; in vtd_as_equal() local 250 return (key1->bus == key2->bus) && (key1->devfn == key2->devfn) && in vtd_as_equal() 251 (key1->pasid == key2->pasid); in vtd_as_equal() 276 const struct vtd_hiod_key *key2 = v2; in vtd_hiod_equal() local 278 return (key1->bus == key2->bus) && (key1->devfn == key2->devfn); in vtd_hiod_equal()
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | fanctl.cpp | 649 for (const auto& [key2, values2] : values1.items()) in queryDumpFile() 653 if (prop == key2) in queryDumpFile()
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | json_utils_test.cpp | 629 "key2": [1, 2, 3], in TEST() 654 "key2": [1, 2, 3], in TEST()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-iommu.c | 474 const struct hiod_key *key2 = v2; in hiod_equal() local 476 return (key1->bus == key2->bus) && (key1->devfn == key2->devfn); in hiod_equal()
|
| /openbmc/u-boot/doc/ |
| H A D | README.mediatek | 96 key1=value1;key2=value2;...
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | pel_test.cpp | 492 "key2": 42, in getJSONFFDC() 566 "key2": 42, in getCBORFFDC()
|
| /openbmc/docs/designs/ |
| H A D | dump-manager.md | 166 "key2": "value2" } ends up in AdditionaData like: ["KEY1=value1",
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 9409 -static char *lookup_typestring(table, key1, key2) 9411 - int key1, key2; 9413 +lookup_typestring(struct typestring_table *table, int key1, int key2)
|