Searched refs:keys (Results 2476 - 2500 of 3668) sorted by relevance
1...<<919293949596979899100>>...147
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_modsig.c | 13 #include <keys/asymmetric-type.h>
|
H A D | ima_queue_keys.c | 8 * Enables deferred processing of keys 13 #include <keys/asymmetric-type.h> 23 * To synchronize access to the list of keys that need to be measured 29 * If custom IMA policy is not loaded then keys queued up 39 * This worker function frees keys that may still be 49 * This function sets up a worker to free queued keys in case 128 * ima_process_queued_keys() - process keys queued for measurement 130 * This function sets ima_process_keys to true and processes queued keys. 131 * From here on keys will be processed right away (not queued). 145 * process the queued keys in ima_process_queued_keys() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | hidp.h | 171 unsigned char keys[8]; member
|
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | dbc_cli.py | 51 parser.add_argument("--message", choices=messages.keys(), help="Message index")
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | option_util.py | 107 if ConfigConst.component_mapper in options.keys():
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | json_parser.py | 105 if "type" not in value.keys():
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | utils.py | 49 (", ".join("$%s" % v for v in LOCAL_DIRNAME_SUBSTITUTIONS.keys())),
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | varsub.bat | 68 foreach my $var (keys %VAR) {
|
/third_party/jinja2/ |
H A D | _compat.py | 17 iterkeys = lambda d: iter(d.keys())
|
/third_party/mbedtls/library/ |
H A D | ssl_tls13_keys.h | 154 * \param keys The address of the structure holding the generated 155 * keys and IVs. 167 mbedtls_ssl_key_set *keys); 423 * key derivations, such as the derivation of traffic keys and IVs; 507 * transform structure prior to installing the new keys.
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | _compat.py | 17 iterkeys = lambda d: iter(d.keys())
|
/third_party/node/test/parallel/ |
H A D | test-cluster-message.js | 29 Object.keys(obj).forEach(function(name, index) {
|
H A D | test-console-table.js | 142 test(new Map([[1, 1], [2, 2], [3, 3]]).keys(), `
|
H A D | test-eventemitter-asyncresource.js | 53 return new Set(eventMap.keys());
|
H A D | test-fs-readdir-types.js | 25 const typeMethods = Object.keys(types);
|
H A D | test-inspector-esm.js | 12 const unmatched = new Set(Object.keys(expected));
|
H A D | test-process-env-allowed-flags.js | 78 for (const flag of process.allowedNodeEnvironmentFlags.keys()) {
|
H A D | test-repl-envvars.js | 78 for (const key of Object.keys(env)) {
|
H A D | test-whatwg-url-custom-searchparams.js | 56 for (key of sp.keys()) {
|
/third_party/node/test/sequential/ |
H A D | test-child-process-execsync.js | 130 const spawnSyncKeys = Object.keys(spawnSyncResult).sort();
|
/third_party/node/deps/v8/tools/heap-stats/ |
H A D | model.js | 31 let label = `${this.address}: gc=#${Object.keys(this.gcs).length}`;
|
/third_party/node/src/quic/ |
H A D | tlscontext.h | 21 // of the TLS handshake and negotiated cipher keys after the handshake has 77 std::vector<std::shared_ptr<crypto::KeyObjectData>> keys; member
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | easy_xml.py | 152 _xml_escape_re = re.compile("(%s)" % "|".join(map(re.escape, _xml_escape_map.keys())))
|
/third_party/notofonts/scripts/ |
H A D | build-site.py | 88 for k in sorted(versions[family_name].keys())
|
H A D | versionator.py | 115 versions = FontFamilies(list(notoversions.keys()))
|
Completed in 10 milliseconds
1...<<919293949596979899100>>...147