Home
last modified time | relevance | path

Searched refs:keys (Results 351 - 375 of 3188) sorted by relevance

1...<<11121314151617181920>>...128

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-btree-internal.h26 * 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 Ddm-btree-internal.h27 * 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 Dduplex.js45 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 Dtest-file.js44 const keys = Object.keys(File.prototype).sort();
45 assert.deepStrictEqual(keys, ['lastModified', 'name']);
H A Dtest-http-agent-maxtotalsockets.js69 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 Dtest-tls-peer-certificate.js33 assert, connect, debug, keys
42 server: keys.agent1,
105 server: keys.ec,
/third_party/node/tools/configure.d/
H A Dnodedownload.py98 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 Ddifferential_fuzz_library.js69 const keys = Object.keys(object);
70 const prettyValues = map.call(keys, (key) => {
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_procs.py136 keys = sorted(categories.keys())
137 for key in keys:
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dadd-rm-pkg-deps.js86 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 Dsccutils.py89 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 Dpdeps.py94 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 DGrDirectContextPriv.h120 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 Dqat_algs.c241 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 Dptrace.c931 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 Dptrace.c1279 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 Dqat_algs.c238 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 Dflow_dissector.h417 * 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 Dbcache.h100 __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 Dbcache.h100 __le16 keys; member
136 __u16 keys; member
162 __u32 keys; member
207 __u32 keys; member
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py189 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 Dutil.js273 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 Dokp_importKey.https.any.js1 // 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 DmediaType.js138 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 Dindex.js55 ...Object.keys(pkg.dependencies || {}),
56 ...Object.keys(pkg.optionalDependencies || {}),
60 pkg.bundleDependencies = Object.keys(bd)
102 Object.keys(pkg.bin).forEach(b => {

Completed in 16 milliseconds

1...<<11121314151617181920>>...128