Home
last modified time | relevance | path

Searched refs:keys (Results 2726 - 2750 of 3668) sorted by relevance

1...<<101102103104105106107108109110>>...147

/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Dvsc7514_regs.c653 .keys = vsc7514_vcap_es0_keys,
665 .keys = vsc7514_vcap_is1_keys,
681 .keys = vsc7514_vcap_is2_keys,
/kernel/linux/linux-6.6/fs/crypto/
H A Dkeyring.c9 * This file implements management of fscrypt master keys in the
29 /* The master encryption keys for a filesystem (->s_master_keys) */
153 * mainly for simplicity of presentation in /proc/keys when read by a non-root
155 * users, since users should keep their encryption keys confidential.
209 * Release all encryption keys that have been added to the filesystem, along
215 * have been allowed, this function may need to evict keys from the keyslots of
288 return NULL; /* No keyring yet, so no keys yet. */ in fscrypt_find_master_key()
465 * applicable for v1 policy keys, which have NULL ->mk_users.) in add_existing_master_key()
622 * completely restrict the use of such keys; they can be used by any kernel API
623 * that accepts "logon" keys an
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dmgmt.h196 struct mgmt_link_key_info keys[]; member
219 struct mgmt_ltk_info keys[]; member
688 struct mgmt_blocked_key_info keys[]; member
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dgpio_keys.c3 * Driver for keys on GPIO lines capable of generating interrupts.
31 #include <dt-bindings/input/gpio-keys.h>
65 * SYSFS interface for enabling/disabling keys and switches:
67 * There are 4 attributes under /sys/devices/platform/gpio-keys/
68 * keys [ro] - bitmap of keys (EV_KEY) which can be
72 * disabled_keys [rw] - bitmap of keys currently disabled
79 * For example, if we have following switches set up as gpio-keys:
95 * We can disable only those keys which don't allow sharing the irq.
310 ATTR_SHOW_FN(keys, EV_KE
[all...]
/kernel/linux/linux-6.6/security/keys/encrypted-keys/
H A Dencrypted.c11 * See Documentation/security/keys/trusted-encrypted.rst
21 #include <keys/user-type.h>
22 #include <keys/trusted-type.h>
23 #include <keys/encrypted-type.h>
84 "Allow instantiation of encrypted keys using provided decrypted data");
627 pr_err("encrypted key: instantiation of keys using provided decrypted data is disabled since CONFIG_USER_DECRYPTED_DATA is set to false\n"); in encrypted_key_alloc()
/third_party/littlefs/scripts/
H A Dcov.py363 names = list(table.keys() | diff_table.keys())
515 for path in co.OrderedDict.fromkeys(r.file for r in results).keys():
/third_party/node/lib/
H A D_http_server.js376 const keys = ObjectKeys(obj);
379 for (let i = 0; i < keys.length; i++) {
380 k = keys[i];
H A Durl.js776 const keys = ObjectKeys(relative);
777 for (let v = 0; v < keys.length; v++) {
778 const k = keys[v];
/third_party/node/test/parallel/
H A Dtest-readline-promises-interface.js349 const keys = [];
352 keys.push(key);
365 assert.strictEqual(keys.join(''), 'fooXbar');
/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js10 for (const key of Object.keys(cssKeywords)) {
35 for (const model of Object.keys(convert)) {
186 for (const keyword of Object.keys(cssKeywords)) {
/third_party/python/Lib/
H A Dplistlib.py19 dictionaries (but only with string keys), Data, bytes, bytearray, or
396 raise TypeError("keys must be strings")
703 keys = []
713 raise TypeError("keys must be strings")
714 keys.append(k)
717 for o in itertools.chain(keys, values):
830 raise TypeError("keys must be strings")
H A Dpstats.py361 func_list = self.fcn_list[:] if self.fcn_list else list(self.stats.keys())
396 stat_list = list(self.stats.keys())
480 clist = sorted(call_dict.keys())
734 print("Valid sort keys (unique prefixes are accepted):", file=self.stream)
739 print("Sort profile data according to specified keys.", file=self.stream)
740 print("(Typing `sort' without arguments lists valid keys.)", file=self.stream)
/third_party/skia/src/gpu/
H A DGrGpu.cpp850 void GrGpu::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) { in dumpKeyValuePairs() argument
851 keys->push_back(SkString("render_passes")); in dumpKeyValuePairs()
853 keys->push_back(SkString("reordered_dags_over_budget")); in dumpKeyValuePairs()
/third_party/python/Lib/distutils/
H A Ddist.py309 commands = sorted(self.command_options.keys())
743 for cmd in self.cmdclass.keys():
777 for cmd in self.cmdclass.keys():
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp725 std::vector<Key> keys; in HWTEST_F() local
726 DistributedDBUnitTest::GenerateRecords(ENTRY_NUM, entries, keys, KEY_LEN, VALUE_LEN); in HWTEST_F()
777 std::vector<Key> keys; in HWTEST_F() local
778 DistributedDBUnitTest::GenerateRecords(ENTRY_NUM, entries, keys, KEY_LEN, VALUE_LEN); in HWTEST_F()
829 std::vector<Key> keys; in HWTEST_F() local
830 DistributedDBUnitTest::GenerateRecords(ENTRY_NUM, entries, keys, KEY_LEN, VALUE_LEN); in HWTEST_F()
888 std::vector<Key> keys; in CancelTestInit() local
891 DistributedDBUnitTest::GenerateRecords(entriesSize, entries, keys, keySize, mtuSize); in CancelTestInit()
2258 * @tc.desc: check sync in keys after reopen db
2278 * @tc.steps: step3. sync with in keys in HWTEST_F()
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhashtab.c1687 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local
1689 void __user *ukeys = u64_to_user_ptr(attr->batch.keys); in __htab_map_lookup_and_delete_batch()
1741 keys = kvmalloc_array(key_size, bucket_size, GFP_USER | __GFP_NOWARN); in __htab_map_lookup_and_delete_batch()
1743 if (!keys || !values) { in __htab_map_lookup_and_delete_batch()
1752 dst_key = keys; in __htab_map_lookup_and_delete_batch()
1795 kvfree(keys); in __htab_map_lookup_and_delete_batch()
1874 if (bucket_cnt && (copy_to_user(ukeys + total * key_size, keys, in __htab_map_lookup_and_delete_batch()
1901 kvfree(keys); in __htab_map_lookup_and_delete_batch()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc549 // No ticket keys available. in ticket_key_cb()
553 auto &keys = ticket_keys->keys; in ticket_key_cb() local
554 assert(!keys.empty()); in ticket_key_cb()
564 auto &key = keys[0]; in ticket_key_cb()
598 for (i = 0; i < keys.size(); ++i) { in ticket_key_cb()
599 auto &key = keys[i]; in ticket_key_cb()
606 if (i == keys.size()) { in ticket_key_cb()
619 auto &key = keys[i]; in ticket_key_cb()
1727 // keys in accept_connection()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5990 const char* keys[] = { "tag", "type", "isSystemGesture" }; in CreateGestureInfo() local
5994 return panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in CreateGestureInfo()
5996 const char* keys[] = { "type", "isSystemGesture" }; in CreateGestureInfo() local
5999 return panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in CreateGestureInfo()
6055 const char* keys[] = { "repeat" }; in SetUniqueAttributes() local
6057 return panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in SetUniqueAttributes()
6064 const char* keys[] in SetUniqueAttributes() local
6077 const char* keys[] = { "scale", "pinchCenterX", "pinchCenterY" }; SetUniqueAttributes() local
6088 const char* keys[] = { "angle" }; SetUniqueAttributes() local
6097 const char* keys[] = { "angle", "speed" }; SetUniqueAttributes() local
6132 const char* keys[] = { "id", "globalX", "globalY", "localX", "localY", "displayX", "displayY" }; CreateFingerInfo() local
6431 const char* keys[] = { "repeat", "offsetX", "offsetY", "scale", "angle", "speed", "timestamp", "pinchCenterX", CreateCommonGestureEventInfo() local
[all...]
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_list.h69 static unsigned int keys; member in mpp_list
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_list.h69 static RK_U32 keys; member in mpp_list
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_list.h69 static RK_U32 keys; member in mpp_list
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_list.h78 static RK_U32 keys; member in mpp_list
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h163 DistributedKv::Status DeleteBatch(const std::vector<DistributedKv::Key> &keys) override
/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp69 info.keys.push_back(key); in InitSendablePropertiesInfo()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h46 API_EXPORT static Status GetKeys(const DataShare::DataShareAbsPredicates &predicates, std::vector<Key> &keys)

Completed in 52 milliseconds

1...<<101102103104105106107108109110>>...147