Home
last modified time | relevance | path

Searched refs:keyed (Results 1 – 25 of 60) sorted by relevance

123

/external/clang/test/Analysis/
Dobjc-subscript.m40 - (id)getDoesNotRetain:(BOOL)keyed {
41 if (keyed)
48 - (id)testUninitializedObject:(BOOL)keyed {
50 if (keyed) {
/external/angle/extensions/
DEGL_ANGLE_keyed_mutex.txt65 if a keyed mutex for the surface is not available. The keyed mutex
68 Before using the keyed mutex, ensure that all rendering to the EGLSurface
/external/freetype/src/cid/
Dmodule.mk20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_keyed_service.proto21 // Details about one of Chrome's keyed services associated with the event.
/external/freetype/builds/amiga/
Dsmakefile30 #define FT_USE_T1CID // cid-keyed type1 font driver
233 # freetype library CID-keyed Type1 font driver
238 # freetype library CID-keyed Type1 font driver extensions
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml44 makes attacks easier, there is no replay protection, and non-keyed
53 keyed packet authentication mechanism (Michael MIC).</para>
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StringToHashBucketStrong.pbtxt31 process. The hash function is a keyed hash function, where attribute `key`
/external/tensorflow/tensorflow/core/protobuf/
Dtensor_bundle.proto64 // BundleEntryProto, keyed by each "slice_name".
Dstruct.proto91 // Represents a Python dict keyed by `str`.
/external/freetype/docs/
DPROBLEMS11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
DINSTALL.ANY62 src/cid/type1cid.c -- Type 1 CID-keyed font driver
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dtrace_events.proto30 // The resources on this device, keyed by resource_id;
/external/python/cpython3/Doc/library/
Dimportlib.metadata.rst57 You can also get the set of entry points keyed by group, such as
146 no parameters and always returned a dictionary of entry points, keyed
Dhashlib.rst314 BLAKE2 supports **keyed mode** (a faster and simpler replacement for HMAC_),
346 * *key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for
549 Even though there's a native keyed hashing mode, BLAKE2 can, of course, be used
647 Personalization together with the keyed mode can also be used to derive different
/external/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll21 ; SelectionDAG to keep track of dbg.values) kept a map keyed by SDNode pointers.
/external/stardoc/stardoc/proto/
Dstardoc_output.proto97 // label, a label list, or a label-keyed string dictionary, the field will be
/external/rust/crates/ahash/
DREADME.md11 Because AHash is a keyed hash, each map will produce completely different hashes, which cannot be p…
/external/freetype/
Dmodules.cfg47 # Type 1 CID-keyed font driver.
/external/libwebsockets/READMEs/
DREADME.lws_cache.md4 that are **keyed by a unique string**.
/external/zstd/lib/common/
Dxxhash.h3481 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b() local
3482 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b()
3497 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b() local
3498 return XXH3_rrmxmx(keyed, len); in XXH3_len_4to8_64b()
5119 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b() local
5122 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()
/external/AFLplusplus/include/
Dxxhash.h3850 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b() local
3851 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b()
3872 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b() local
3873 return XXH3_rrmxmx(keyed, len); in XXH3_len_4to8_64b()
5679 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b() local
5683 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h3434 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b() local
3435 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b()
3450 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b() local
3451 return XXH3_rrmxmx(keyed, len); in XXH3_len_4to8_64b()
4956 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b() local
4959 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()
/external/python/cpython3/Lib/test/
Dtest_hashlib.py698 keyed = constructor(indata, key=key, digest_size=outlen)
699 outer.update(keyed.digest())
/external/rust/crates/openssl/patches/
D0005-hmac_ctx_wrappers.diff45 +/// HMAC is a MAC (message authentication code), i.e. a keyed hash function used for message
/external/wpa_supplicant_8/hostapd/
DREADME252 protection, and non-keyed authentication does not protect against bit
260 keyed packet authentication mechanism (Michael MIC).

123