/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kfigure.py | 587 if srclang not in RENDER_MARKUP_EXT.keys(): 590 srclang, ",".join(RENDER_MARKUP_EXT.keys())),
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_lru_dist.c | 171 unsigned long long **keys) in read_keys() 203 *keys = retkeys; in read_keys() 170 read_keys(const char *dist_file, unsigned long long **keys) read_keys() argument
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sphinx-pre-install | 90 foreach my $prog (sort keys %missing) { 231 foreach my $prog(keys %texlive) {
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | keysetup.c | 142 * possible for per-mode keys, not for per-file keys. in fscrypt_prepare_key() 165 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key() 181 prep_key = &keys[mode_num]; in setup_per_mode_enc_key() 316 * DIRECT_KEY: instead of deriving per-file encryption keys, the in fscrypt_setup_v2_file_key() 328 * IV_INO_LBLK_64: encryption keys are derived from (master_key, in fscrypt_setup_v2_file_key() 377 * required key size over @ci->ci_mode). This allows AES-256-XTS keys to be 380 * still allow 512-bit master keys if the user chooses to use them, though.) 452 * shouldn't be able to override filesystem-level keys. in setup_file_encryption_key() 163 setup_per_mode_enc_key(struct fscrypt_info *ci, struct fscrypt_master_key *mk, struct fscrypt_prepared_key *keys, u8 hkdf_context, bool include_fs_uuid) setup_per_mode_enc_key() argument
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | auth.c | 17 #include <keys/user-type.h> 18 #include <keys/asymmetric-type.h>
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs_key.c | 333 if (!key->local->debugfs.keys) in ieee80211_debugfs_key_add() 340 key->local->debugfs.keys); in ieee80211_debugfs_key_add() 389 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_update_default() 401 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_update_default() 419 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_add_mgmt_default() 448 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_add_beacon_default()
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | security.c | 13 #include <keys/user-type.h> 14 #include <keys/encrypted-type.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 65 struct ice_aqc_get_set_rss_keys *keys); 68 struct ice_aqc_get_set_rss_keys *keys);
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | keysetup.c | 165 * possible for per-mode keys, not for per-file keys. in fscrypt_prepare_key() 189 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key() 205 prep_key = &keys[mode_num]; in setup_per_mode_enc_key() 340 * DIRECT_KEY: instead of deriving per-file encryption keys, the in fscrypt_setup_v2_file_key() 352 * IV_INO_LBLK_64: encryption keys are derived from (master_key, in fscrypt_setup_v2_file_key() 401 * required key size over @ci->ci_mode). This allows AES-256-XTS keys to be 404 * still allow 512-bit master keys if the user chooses to use them, though.) 481 * shouldn't be able to override filesystem-level keys. in setup_file_encryption_key() 187 setup_per_mode_enc_key(struct fscrypt_info *ci, struct fscrypt_master_key *mk, struct fscrypt_prepared_key *keys, u8 hkdf_context, bool include_fs_uuid) setup_per_mode_enc_key() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 595 * Pointer to an array containing the keys of the items to insert (in 598 const struct btrfs_key *keys; member 611 /* Size of the keys and data_sizes arrays (number of items in the batch). */ 635 batch.keys = key; in btrfs_insert_empty_item() 681 * Search the tree again to find a leaf with greater keys.
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | auth.c | 16 #include <keys/user-type.h> 17 #include <keys/asymmetric-type.h>
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg802154.h | 403 struct list_head keys; member 427 struct list_head keys; member
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 14 #include <keys/trusted-type.h> 15 #include <keys/trusted_tpm.h>
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_key.c | 333 if (!key->local->debugfs.keys) in ieee80211_debugfs_key_add() 340 key->local->debugfs.keys); in ieee80211_debugfs_key_add() 389 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_update_default() 401 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_update_default() 419 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_add_mgmt_default() 448 sprintf(buf, "../keys/%d", key->debugfs.cnt); in ieee80211_debugfs_key_add_beacon_default()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_lru_dist.c | 165 unsigned long long **keys) in read_keys() 197 *keys = retkeys; in read_keys() 164 read_keys(const char *dist_file, unsigned long long **keys) read_keys() argument
|
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | generate_report.py | 168 if sbs_name in system_summary_dic.keys() \ 169 and testsuit_name in system_summary_dic[sbs_name].keys():
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 107 for key in subsystem_info_dic.keys(): 120 for key in subsystem_info_dic.keys():
|
/third_party/gn/build/ |
H A D | gen.py | 951 executables['gn']['libs'].extend(static_libraries.keys()) 952 executables['gn_unittests']['libs'].extend(static_libraries.keys())
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XCldrStub.java | 60 public void putAll(Collection<K> keys, V value) { in putAll() argument 61 for (K key : keys) { in putAll()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XCldrStub.java | 65 public void putAll(Collection<K> keys, V value) { in putAll() argument 66 for (K key : keys) { in putAll()
|
/third_party/node/lib/internal/assert/ |
H A D | assertion_error.js | 50 const keys = ObjectKeys(source); 52 for (const key of keys) {
|
/third_party/node/deps/v8/tools/ |
H A D | stats-viewer.py | 199 # By sorting the keys we ensure that the prefixes always come in the 202 sorted_keys = names.keys() 230 sorted_groups = groups.keys()
|
/third_party/node/test/common/ |
H A D | report.js | 225 Object.keys(heap.heapSpaces).forEach((spaceName) => { 334 Object.keys(actual).forEach((field) => {
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver-actions.js | 45 for (let sourceType of this.sourceTypes.keys()) { 49 for (let sourceType of this.sourceTypes.keys()) {
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | place-dep.js | 369 for (const entryEdge of peerEntrySets(edge.from).keys()) { 481 for (const edge of peerEntrySets(node).keys()) {
|