Home
last modified time | relevance | path

Searched refs:keys (Results 476 - 500 of 1841) sorted by relevance

1...<<11121314151617181920>>...74

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc884 std::vector<int> keys; in TEST() local
888 keys.push_back(k); in TEST()
897 EXPECT_EQ(1, t.erase(keys[i])) << i; in TEST()
899 keys.erase(keys.begin() + erase_begin, keys.begin() + erase_end); in TEST()
901 auto last_key = keys.back(); in TEST()
914 for (const auto& k : keys) { in TEST()
925 std::deque<int> keys; in TEST() local
929 keys in TEST()
1053 auto keys = topk_range(b, b + N, &t); CollectBadMergeKeys() local
1188 CollectProbeStatsOnKeysXoredWithSeed( const std::vector<int64_t>& keys, size_t num_iters) CollectProbeStatsOnKeysXoredWithSeed() argument
1279 CollectProbeStatsOnLinearlyTransformedKeys( const std::vector<int64_t>& keys, size_t num_iters) CollectProbeStatsOnLinearlyTransformedKeys() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_1x.c195 * sets this bit for all keys. */ in ieee802_1x_tx_key_one()
1489 struct radius_ms_mppe_keys *keys; in ieee802_1x_get_keys() local
1497 keys = radius_msg_get_ms_keys(msg, req, shared_secret, in ieee802_1x_get_keys()
1500 if (keys && keys->send && keys->recv) { in ieee802_1x_get_keys()
1501 len = keys->send_len + keys->recv_len; in ieee802_1x_get_keys()
1503 keys->send, keys in ieee802_1x_get_keys()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c195 * sets this bit for all keys. */ in ieee802_1x_tx_key_one()
1481 struct radius_ms_mppe_keys *keys; in ieee802_1x_get_keys() local
1488 keys = radius_msg_get_ms_keys(msg, req, shared_secret, in ieee802_1x_get_keys()
1491 if (keys && keys->send && keys->recv) { in ieee802_1x_get_keys()
1492 len = keys->send_len + keys->recv_len; in ieee802_1x_get_keys()
1494 keys->send, keys in ieee802_1x_get_keys()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c2267 /* Both keys for xts must be aligned to 16 byte boundary in chcr_aes_xts_setkey()
2268 * by padding with zeros. So for 24 byte keys padding 8 zeroes. in chcr_aes_xts_setkey()
3556 struct crypto_authenc_keys keys; in chcr_authenc_setkey() local
3574 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in chcr_authenc_setkey()
3584 if (keys.enckeylen < CTR_RFC3686_NONCE_SIZE) in chcr_authenc_setkey()
3586 memcpy(aeadctx->nonce, keys.enckey + (keys.enckeylen in chcr_authenc_setkey()
3588 keys.enckeylen -= CTR_RFC3686_NONCE_SIZE; in chcr_authenc_setkey()
3590 if (keys.enckeylen == AES_KEYSIZE_128) { in chcr_authenc_setkey()
3592 } else if (keys in chcr_authenc_setkey()
3683 struct crypto_authenc_keys keys; chcr_aead_digest_null_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.c2262 /* Both keys for xts must be aligned to 16 byte boundary in chcr_aes_xts_setkey()
2263 * by padding with zeros. So for 24 byte keys padding 8 zeroes. in chcr_aes_xts_setkey()
3552 struct crypto_authenc_keys keys; in chcr_authenc_setkey() local
3570 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in chcr_authenc_setkey()
3580 if (keys.enckeylen < CTR_RFC3686_NONCE_SIZE) in chcr_authenc_setkey()
3582 memcpy(aeadctx->nonce, keys.enckey + (keys.enckeylen in chcr_authenc_setkey()
3584 keys.enckeylen -= CTR_RFC3686_NONCE_SIZE; in chcr_authenc_setkey()
3586 if (keys.enckeylen == AES_KEYSIZE_128) { in chcr_authenc_setkey()
3588 } else if (keys in chcr_authenc_setkey()
3679 struct crypto_authenc_keys keys; chcr_aead_digest_null_setkey() local
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddt_to_config94 'gpio-keys' => ['drivers/input/keyboard/gpio_keys.c'],
1030 for my $compat (sort keys %compat_white_list) {
1039 for my $compat (sort keys %driver_hard_code_list) {
1044 for my $compat (sort keys %driver_hard_code_list) {
1065 for my $driver (sort keys %driver_config_hard_code_list) {
1070 for my $driver (sort keys %driver_config_hard_code_list) {
1180 for my $compat (keys %driver_hard_code_list) {
1191 for my $driver (keys %driver_config_hard_code_list) {
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c1069 struct xfs_rtalloc_rec keys[2]; in xfs_rtalloc_query_all() local
1071 keys[0].ar_startext = 0; in xfs_rtalloc_query_all()
1072 keys[1].ar_startext = tp->t_mountp->m_sb.sb_rextents - 1; in xfs_rtalloc_query_all()
1073 keys[0].ar_extcount = keys[1].ar_extcount = 0; in xfs_rtalloc_query_all()
1075 return xfs_rtalloc_query_range(tp, &keys[0], &keys[1], fn, priv); in xfs_rtalloc_query_all()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c1103 struct xfs_rtalloc_rec keys[2]; in xfs_rtalloc_query_all() local
1105 keys[0].ar_startext = 0; in xfs_rtalloc_query_all()
1106 keys[1].ar_startext = mp->m_sb.sb_rextents - 1; in xfs_rtalloc_query_all()
1107 keys[0].ar_extcount = keys[1].ar_extcount = 0; in xfs_rtalloc_query_all()
1109 return xfs_rtalloc_query_range(mp, tp, &keys[0], &keys[1], fn, priv); in xfs_rtalloc_query_all()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_keyboard.py31 def _update_key_state(self, keys):
33 Update the internal state of keys with the new state given.
35 :param key: a tuple of chars for the currently pressed keys.
37 # First remove the already released keys
42 # self.keystates contains now the list of currently pressed keys,
44 for key in self.keystates.keys():
48 for key in keys:
58 def create_array_report(self, keys, reportID=None, application=None):
62 :param keys: a tuple of chars for the pressed keys
[all...]
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddt_to_config94 'gpio-keys' => ['drivers/input/keyboard/gpio_keys.c'],
1030 for my $compat (sort keys %compat_white_list) {
1039 for my $compat (sort keys %driver_hard_code_list) {
1044 for my $compat (sort keys %driver_hard_code_list) {
1065 for my $driver (sort keys %driver_config_hard_code_list) {
1070 for my $driver (sort keys %driver_config_hard_code_list) {
1180 for my $compat (keys %driver_hard_code_list) {
1191 for my $driver (keys %driver_config_hard_code_list) {
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py489 def process_args(args, argv, processors, *, keys=None):
493 if keys is None:
498 remainder = set(keys)
513 def process_args_by_key(args, argv, processors, keys):
514 extracted = process_args(args, argv, processors, keys=keys)
515 return [extracted[key] for key in keys]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client.c742 * @keys: Structure of random data (filled on success)
745 int tlsv1_client_get_random(struct tlsv1_client *conn, struct tls_random *keys) in tlsv1_client_get_random() argument
747 os_memset(keys, 0, sizeof(*keys)); in tlsv1_client_get_random()
751 keys->client_random = conn->client_random; in tlsv1_client_get_random()
752 keys->client_random_len = TLS_RANDOM_LEN; in tlsv1_client_get_random()
755 keys->server_random = conn->server_random; in tlsv1_client_get_random()
756 keys->server_random_len = TLS_RANDOM_LEN; in tlsv1_client_get_random()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client.c766 * @keys: Structure of random data (filled on success)
769 int tlsv1_client_get_random(struct tlsv1_client *conn, struct tls_random *keys) in tlsv1_client_get_random() argument
771 os_memset(keys, 0, sizeof(*keys)); in tlsv1_client_get_random()
775 keys->client_random = conn->client_random; in tlsv1_client_get_random()
776 keys->client_random_len = TLS_RANDOM_LEN; in tlsv1_client_get_random()
779 keys->server_random = conn->server_random; in tlsv1_client_get_random()
780 keys->server_random_len = TLS_RANDOM_LEN; in tlsv1_client_get_random()
/kernel/linux/linux-5.10/security/keys/
H A Dgc.c10 #include <keys/keyring-type.h>
19 * Reaper for unused keys.
25 * Reaper for links from keyrings to dead keys.
93 * reaper to go through a cycle finding expired keys.
103 * Reap keys of dead type.
106 * collector: the first to mark keys of that type as being dead, the second to
107 * collect dead links and the third to clean up the dead keys. We have to be
133 * Garbage collect a list of unreferenced, detached keys
135 static noinline void key_gc_unused_keys(struct list_head *keys) in key_gc_unused_keys() argument
137 while (!list_empty(keys)) { in key_gc_unused_keys()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf.h138 LIBBPF_API int bpf_map_delete_batch(int fd, void *keys,
142 void *keys, void *values, __u32 *count,
145 void *out_batch, void *keys,
148 LIBBPF_API int bpf_map_update_batch(int fd, void *keys, void *values,
/kernel/linux/linux-5.10/fs/nilfs2/
H A Ddirect.c203 __u64 *keys, __u64 *ptrs, int nitems) in nilfs_direct_gather_data()
215 keys[n] = key; in nilfs_direct_gather_data()
224 __u64 key, __u64 *keys, __u64 *ptrs, int n) in nilfs_direct_delete_and_convert()
243 if ((j < n) && (i == keys[j])) { in nilfs_direct_delete_and_convert()
202 nilfs_direct_gather_data(struct nilfs_bmap *direct, __u64 *keys, __u64 *ptrs, int nitems) nilfs_direct_gather_data() argument
223 nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, __u64 key, __u64 *keys, __u64 *ptrs, int n) nilfs_direct_delete_and_convert() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbcache.h21 /* Btree keys - all units are in sectors */
213 __le16 keys; member
272 __u16 keys; member
335 * last_seq is the oldest journal entry that still has keys the btree hasn't
350 __u32 keys; member
416 * On disk a btree node is a list/log of these; within each set the keys are
424 __u32 keys; member
/kernel/linux/linux-6.6/fs/nilfs2/
H A Ddirect.c203 __u64 *keys, __u64 *ptrs, int nitems) in nilfs_direct_gather_data()
215 keys[n] = key; in nilfs_direct_gather_data()
224 __u64 key, __u64 *keys, __u64 *ptrs, int n) in nilfs_direct_delete_and_convert()
243 if ((j < n) && (i == keys[j])) { in nilfs_direct_delete_and_convert()
202 nilfs_direct_gather_data(struct nilfs_bmap *direct, __u64 *keys, __u64 *ptrs, int nitems) nilfs_direct_gather_data() argument
223 nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap, __u64 key, __u64 *keys, __u64 *ptrs, int n) nilfs_direct_delete_and_convert() argument
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbcache_ondisk.h21 /* Btree keys - all units are in sectors */
214 __le16 keys; member
273 __u16 keys; member
336 * last_seq is the oldest journal entry that still has keys the btree hasn't
351 __u32 keys; member
417 * On disk a btree node is a list/log of these; within each set the keys are
425 __u32 keys; member
/kernel/linux/linux-6.6/security/keys/
H A Dgc.c10 #include <keys/keyring-type.h>
19 * Reaper for unused keys.
25 * Reaper for links from keyrings to dead keys.
93 * reaper to go through a cycle finding expired keys.
103 * Reap keys of dead type.
106 * collector: the first to mark keys of that type as being dead, the second to
107 * collect dead links and the third to clean up the dead keys. We have to be
133 * Garbage collect a list of unreferenced, detached keys
135 static noinline void key_gc_unused_keys(struct list_head *keys) in key_gc_unused_keys() argument
137 while (!list_empty(keys)) { in key_gc_unused_keys()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelation.java27 * A Relation is a set of mappings from keys to values.
158 public V putAll(Collection<K> keys, V value) { in putAll() argument
160 for (K key : keys) { in putAll()
325 public final Set<V> removeAll(K... keys) { in removeAll() argument
326 return removeAll(Arrays.asList(keys)); in removeAll()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBTMXExporter.java118 Enumeration keys = lookups.keys(); in appendTUV()
119 while (keys.hasMoreElements()) { in appendTUV()
120 String key = (String)keys.nextElement(); in appendTUV()
H A DRBTMXImporter.java235 Enumeration keys = hash.keys(); in getEncodingsVector()
236 while (keys.hasMoreElements()) { in getEncodingsVector()
237 v.addElement(keys.nextElement()); in getEncodingsVector()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelation.java28 * A Relation is a set of mappings from keys to values.
160 public V putAll(Collection<K> keys, V value) { in putAll() argument
162 for (K key : keys) { in putAll()
327 public final Set<V> removeAll(K... keys) { in removeAll() argument
328 return removeAll(Arrays.asList(keys)); in removeAll()
/third_party/node/test/pummel/
H A Dtest-policy-integrity-worker-commonjs.js237 const keys = Object.keys(configurations);
238 if (keys.length === 0) {
241 const config = keys[0];

Completed in 32 milliseconds

1...<<11121314151617181920>>...74