Home
last modified time | relevance | path

Searched refs:keys (Results 2476 - 2500 of 3668) sorted by relevance

1...<<919293949596979899100>>...147

/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_modsig.c13 #include <keys/asymmetric-type.h>
H A Dima_queue_keys.c8 * 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 Dhidp.h171 unsigned char keys[8]; member
/kernel/linux/linux-6.6/tools/crypto/ccp/
H A Ddbc_cli.py51 parser.add_argument("--message", choices=messages.keys(), help="Message index")
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Doption_util.py107 if ConfigConst.component_mapper in options.keys():
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Djson_parser.py105 if "type" not in value.keys():
/third_party/icu/icu4c/source/python/icutools/databuilder/
H A Dutils.py49 (", ".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 Dvarsub.bat68 foreach my $var (keys %VAR) {
/third_party/jinja2/
H A D_compat.py17 iterkeys = lambda d: iter(d.keys())
/third_party/mbedtls/library/
H A Dssl_tls13_keys.h154 * \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.py17 iterkeys = lambda d: iter(d.keys())
/third_party/node/test/parallel/
H A Dtest-cluster-message.js29 Object.keys(obj).forEach(function(name, index) {
H A Dtest-console-table.js142 test(new Map([[1, 1], [2, 2], [3, 3]]).keys(), `
H A Dtest-eventemitter-asyncresource.js53 return new Set(eventMap.keys());
H A Dtest-fs-readdir-types.js25 const typeMethods = Object.keys(types);
H A Dtest-inspector-esm.js12 const unmatched = new Set(Object.keys(expected));
H A Dtest-process-env-allowed-flags.js78 for (const flag of process.allowedNodeEnvironmentFlags.keys()) {
H A Dtest-repl-envvars.js78 for (const key of Object.keys(env)) {
H A Dtest-whatwg-url-custom-searchparams.js56 for (key of sp.keys()) {
/third_party/node/test/sequential/
H A Dtest-child-process-execsync.js130 const spawnSyncKeys = Object.keys(spawnSyncResult).sort();
/third_party/node/deps/v8/tools/heap-stats/
H A Dmodel.js31 let label = `${this.address}: gc=#${Object.keys(this.gcs).length}`;
/third_party/node/src/quic/
H A Dtlscontext.h21 // 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 Deasy_xml.py152 _xml_escape_re = re.compile("(%s)" % "|".join(map(re.escape, _xml_escape_map.keys())))
/third_party/notofonts/scripts/
H A Dbuild-site.py88 for k in sorted(versions[family_name].keys())
H A Dversionator.py115 versions = FontFamilies(list(notoversions.keys()))

Completed in 10 milliseconds

1...<<919293949596979899100>>...147