/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree-internal.h | 26 * of 8-bytes in size, otherwise the 64bit keys will be mis-aligned. 41 __le64 keys[]; member 110 return n->keys + index; in key_ptr() 115 return &n->keys[le32_to_cpu(n->header.max_entries)]; in value_base()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree-internal.h | 27 * of 8-bytes in size, otherwise the 64bit keys will be mis-aligned. 42 __le64 keys[]; member 111 return n->keys + index; in key_ptr() 116 return &n->keys[le32_to_cpu(n->header.max_entries)]; in value_base()
|
/third_party/node/lib/internal/streams/ |
H A D | duplex.js | 45 const keys = ObjectKeys(Writable.prototype); 46 // Allow the keys array to be GC'ed. 47 for (let i = 0; i < keys.length; i++) { 48 const method = keys[i];
|
/third_party/node/test/parallel/ |
H A D | test-file.js | 44 const keys = Object.keys(File.prototype).sort(); 45 assert.deepStrictEqual(keys, ['lastModified', 'name']);
|
H A D | test-http-agent-maxtotalsockets.js | 69 for (const key of Object.keys(agent.sockets)) { 81 for (const key of Object.keys(agent.sockets)) { 89 for (const key of Object.keys(agent.requests)) {
|
H A D | test-tls-peer-certificate.js | 33 assert, connect, debug, keys 42 server: keys.agent1, 105 server: keys.ec,
|
/third_party/node/tools/configure.d/ |
H A D | nodedownload.py | 98 def set2dict(keys, value=None): 99 """Convert some keys (iterable) to a dict.""" 100 return dict((key, value) for (key) in keys) 136 if not (package in auto_downloads.keys()):
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
H A D | differential_fuzz_library.js | 69 const keys = Object.keys(object); 70 const prettyValues = map.call(keys, (key) => {
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_procs.py | 136 keys = sorted(categories.keys()) 137 for key in keys:
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | add-rm-pkg-deps.js | 86 for (const saveType of saveTypeMap.keys()) { 116 if (!Object.keys(pkg.peerDependenciesMeta).length) { 121 if (!Object.keys(pkg[depType]).length) {
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | sccutils.py | 89 for item in set.union(*data.values()) - set(data.keys()): 113 assert scc <= graph.keys(), scc - graph.keys()
|
/third_party/python/Tools/scripts/ |
H A D | pdeps.py | 94 modules = list(table.keys()) 119 # All keys of the original table are made keys of the inverse, 124 for key in table.keys(): 133 # The dictionary maps keys to lists of items. 146 modules = sorted(table.keys())
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.h | 120 void dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const; 125 void dumpGpuStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const; 131 void dumpContextStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const;
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 241 struct crypto_authenc_keys *keys, in qat_alg_aead_init_enc_session() 250 sizeof(struct icp_qat_hw_auth_setup) + keys->enckeylen); in qat_alg_aead_init_enc_session() 260 memcpy(cipher->aes.key, keys->enckey, keys->enckeylen); in qat_alg_aead_init_enc_session() 267 if (qat_alg_do_precomputes(hash, ctx, keys->authkey, keys->authkeylen)) in qat_alg_aead_init_enc_session() 283 cipher_cd_ctrl->cipher_key_sz = keys->enckeylen >> 3; in qat_alg_aead_init_enc_session() 322 struct crypto_authenc_keys *keys, in qat_alg_aead_init_dec_session() 346 memcpy(cipher->aes.key, keys->enckey, keys in qat_alg_aead_init_dec_session() 239 qat_alg_aead_init_enc_session(struct crypto_aead *aead_tfm, int alg, struct crypto_authenc_keys *keys, int mode) qat_alg_aead_init_enc_session() argument 320 qat_alg_aead_init_dec_session(struct crypto_aead *aead_tfm, int alg, struct crypto_authenc_keys *keys, int mode) qat_alg_aead_init_dec_session() argument 500 struct crypto_authenc_keys keys; qat_alg_aead_init_sessions() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | ptrace.c | 931 const struct ptrauth_keys_user *keys) in pac_address_keys_to_user() 933 ukeys->apiakey = pac_key_to_user(&keys->apia); in pac_address_keys_to_user() 934 ukeys->apibkey = pac_key_to_user(&keys->apib); in pac_address_keys_to_user() 935 ukeys->apdakey = pac_key_to_user(&keys->apda); in pac_address_keys_to_user() 936 ukeys->apdbkey = pac_key_to_user(&keys->apdb); in pac_address_keys_to_user() 939 static void pac_address_keys_from_user(struct ptrauth_keys_user *keys, in pac_address_keys_from_user() argument 942 keys->apia = pac_key_from_user(ukeys->apiakey); in pac_address_keys_from_user() 943 keys->apib = pac_key_from_user(ukeys->apibkey); in pac_address_keys_from_user() 944 keys->apda = pac_key_from_user(ukeys->apdakey); in pac_address_keys_from_user() 945 keys in pac_address_keys_from_user() 930 pac_address_keys_to_user(struct user_pac_address_keys *ukeys, const struct ptrauth_keys_user *keys) pac_address_keys_to_user() argument 952 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_address_keys_get() local 968 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_address_keys_set() local 985 pac_generic_keys_to_user(struct user_pac_generic_keys *ukeys, const struct ptrauth_keys_user *keys) pac_generic_keys_to_user() argument 991 pac_generic_keys_from_user(struct ptrauth_keys_user *keys, const struct user_pac_generic_keys *ukeys) pac_generic_keys_from_user() argument 1001 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_generic_keys_get() local 1017 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_generic_keys_set() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | ptrace.c | 1279 const struct ptrauth_keys_user *keys) in pac_address_keys_to_user() 1281 ukeys->apiakey = pac_key_to_user(&keys->apia); in pac_address_keys_to_user() 1282 ukeys->apibkey = pac_key_to_user(&keys->apib); in pac_address_keys_to_user() 1283 ukeys->apdakey = pac_key_to_user(&keys->apda); in pac_address_keys_to_user() 1284 ukeys->apdbkey = pac_key_to_user(&keys->apdb); in pac_address_keys_to_user() 1287 static void pac_address_keys_from_user(struct ptrauth_keys_user *keys, in pac_address_keys_from_user() argument 1290 keys->apia = pac_key_from_user(ukeys->apiakey); in pac_address_keys_from_user() 1291 keys->apib = pac_key_from_user(ukeys->apibkey); in pac_address_keys_from_user() 1292 keys->apda = pac_key_from_user(ukeys->apdakey); in pac_address_keys_from_user() 1293 keys in pac_address_keys_from_user() 1278 pac_address_keys_to_user(struct user_pac_address_keys *ukeys, const struct ptrauth_keys_user *keys) pac_address_keys_to_user() argument 1300 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_address_keys_get() local 1316 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_address_keys_set() local 1333 pac_generic_keys_to_user(struct user_pac_generic_keys *ukeys, const struct ptrauth_keys_user *keys) pac_generic_keys_to_user() argument 1339 pac_generic_keys_from_user(struct ptrauth_keys_user *keys, const struct user_pac_generic_keys *ukeys) pac_generic_keys_from_user() argument 1349 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_generic_keys_get() local 1365 struct ptrauth_keys_user *keys = &target->thread.keys_user; pac_generic_keys_set() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 238 struct crypto_authenc_keys *keys, in qat_alg_aead_init_enc_session() 247 sizeof(struct icp_qat_hw_auth_setup) + keys->enckeylen); in qat_alg_aead_init_enc_session() 257 memcpy(cipher->aes.key, keys->enckey, keys->enckeylen); in qat_alg_aead_init_enc_session() 264 if (qat_alg_do_precomputes(hash, ctx, keys->authkey, keys->authkeylen)) in qat_alg_aead_init_enc_session() 280 cipher_cd_ctrl->cipher_key_sz = keys->enckeylen >> 3; in qat_alg_aead_init_enc_session() 319 struct crypto_authenc_keys *keys, in qat_alg_aead_init_dec_session() 343 memcpy(cipher->aes.key, keys->enckey, keys in qat_alg_aead_init_dec_session() 236 qat_alg_aead_init_enc_session(struct crypto_aead *aead_tfm, int alg, struct crypto_authenc_keys *keys, int mode) qat_alg_aead_init_enc_session() argument 317 qat_alg_aead_init_dec_session(struct crypto_aead *aead_tfm, int alg, struct crypto_authenc_keys *keys, int mode) qat_alg_aead_init_dec_session() argument 549 struct crypto_authenc_keys keys; qat_alg_aead_init_sessions() local [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | flow_dissector.h | 417 * This structure is used to hold a digest of the full flow keys. This is a 430 static inline bool flow_keys_have_l4(const struct flow_keys *keys) in flow_keys_have_l4() argument 432 return (keys->ports.ports || keys->tags.flow_label); in flow_keys_have_l4() 435 u32 flow_hash_from_keys(struct flow_keys *keys);
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bcache.h | 100 __le16 keys; member 136 __u16 keys; member 162 __u32 keys; member 207 __u32 keys; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bcache.h | 100 __le16 keys; member 136 __u16 keys; member 162 __u32 keys; member 207 __u32 keys; member
|
/third_party/mesa3d/.gitlab-ci/tests/ |
H A D | test_lava_job_submitter.py | 189 ids=PROXY_SCENARIOS.keys(), 212 ids=WAIT_FOR_JOB_SCENARIOS.keys(), 251 ids=CORRUPTED_LOG_SCENARIOS.keys(), 288 ids=LAVA_RESULT_LOG_SCENARIOS.keys(),
|
/third_party/node/lib/ |
H A D | util.js | 273 const keys = ObjectKeys(source); 274 let i = keys.length; 276 target[keys[i]] = source[keys[i]];
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
H A D | okp_importKey.https.any.js | 1 // META: title=WebCryptoAPI: importKey() for OKP keys 74 // Test public keys first 79 if (format === "jwk") { // Not all fields used for public keys 88 // Next, test private keys 155 var fields = Object.keys(expected); 242 data = "object(" + Object.keys(data).join(", ") + ")"; 262 Object.keys(obj).sort().forEach(function(keyName) { 274 Object.keys(obj).sort().forEach(function(keyName) {
|
/third_party/node/deps/npm/node_modules/negotiator/lib/ |
H A D | mediaType.js | 138 var keys = Object.keys(spec.params); 139 if (keys.length > 0) { 140 if (keys.every(function (k) {
|
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | 55 ...Object.keys(pkg.dependencies || {}), 56 ...Object.keys(pkg.optionalDependencies || {}), 60 pkg.bundleDependencies = Object.keys(bd) 102 Object.keys(pkg.bin).forEach(b => {
|