Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dkey.h473 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 Dtnc_misc.c357 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 Dtnc.c2669 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 Dtest-crypto-xts.c35 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 Dquoted-structural-chars.json1 '{' 'key1' ':' 'value1' ',' 'key2' ':' '[' ']' '}'
/openbmc/qemu/net/
H A Dcolo.c38 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 Drsa-mod-exp.c280 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 Dutil.c550 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 Dentity_manager_dbus_api.md127 "key2": "value"
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c227 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 Dfanctl.cpp649 for (const auto& [key2, values2] : values1.items()) in queryDumpFile()
653 if (prop == key2) in queryDumpFile()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp629 "key2": [1, 2, 3], in TEST()
654 "key2": [1, 2, 3], in TEST()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c474 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 DREADME.mediatek96 key1=value1;key2=value2;...
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp492 "key2": 42, in getJSONFFDC()
566 "key2": 42, in getCBORFFDC()
/openbmc/docs/designs/
H A Ddump-manager.md166 "key2": "value2" } ends up in AdditionaData like: ["KEY1=value1",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch9409 -static char *lookup_typestring(table, key1, key2)
9411 - int key1, key2;
9413 +lookup_typestring(struct typestring_table *table, int key1, int key2)