Home
last modified time | relevance | path

Searched defs:key (Results 5401 - 5425 of 9324) sorted by relevance

1...<<211212213214215216217218219220>>...373

/third_party/nghttp2/bpf/
H A Dreuseport_kern.c188 static void AES_init_ctx(struct AES_ctx *ctx, const __u8 *key) { in AES_init_ctx() argument
582 __u8 key[AES_KEYLEN]; select_reuseport() local
[all...]
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h75 static inline void *encode_ptr(void *ptr, uint64_t key) in encode_ptr() argument
/third_party/nghttp2/src/
H A Dshrpx_quic.cc364 int generate_quic_connection_id_encryption_key(uint8_t *key, size_t keylen, in generate_quic_connection_id_encryption_key() argument
176 generate_quic_retry_connection_id(ngtcp2_cid &cid, size_t cidlen, const uint8_t *server_id, uint8_t km_id, const uint8_t *key) generate_quic_retry_connection_id() argument
196 generate_quic_connection_id(ngtcp2_cid &cid, size_t cidlen, const uint8_t *cid_prefix, uint8_t km_id, const uint8_t *key) generate_quic_connection_id() argument
216 encrypt_quic_connection_id(uint8_t *dest, const uint8_t *src, const uint8_t *key) encrypt_quic_connection_id() argument
237 decrypt_quic_connection_id(uint8_t *dest, const uint8_t *src, const uint8_t *key) decrypt_quic_connection_id() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h123 const uint32_t key = FN(HashBytes)(&data[cur_ix_masked]); in StoreAndFindMatches() local
H A Dhash_forgetful_chain_inc.h137 const size_t key = FN(HashBytes)(&data[ix & mask]); in Store() local
209 const size_t key = FN(HashBytes)(&data[cur_ix_masked]); in FindLongestMatch() local
[all...]
H A Dhash_longest_match_inc.h87 const uint32_t key = FN(HashBytes)(&data[i], self->hash_shift_); in Prepare() local
111 const uint32_t key = FN(HashBytes)(&data[ix & mask], self->hash_shift_); in Store() local
216 const uint32_t key = in FindLongestMatch() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocalebuilder.cpp20 static bool _isExtensionSubtags(char key, const char* s, int32_t len) { in _isExtensionSubtags() argument
138 _isKeywordValue(const char* key, const char* value, int32_t value_len) in _isKeywordValue() argument
170 const char* key; _copyExtensions() local
198 const char* key; _clearUAttributesAndKeyType() local
215 setExtension(char key, StringPiece value) setExtension() argument
251 setUnicodeLocaleKeyword( StringPiece key, StringPiece type) setUnicodeLocaleKeyword() argument
[all...]
H A Dunifiedcache.cpp49 ucache_hashKeys(const UHashTok key) { in ucache_hashKeys() argument
202 const CacheKeyBase *key = in _dumpContents() local
299 _putNew( const CacheKeyBase &key, const SharedObject *value, const UErrorCode creationStatus, UErrorCode &status) const _putNew() argument
324 _putIfAbsentAndGet( const CacheKeyBase &key, const SharedObject *&value, UErrorCode &status) const _putIfAbsentAndGet() argument
347 _poll( const CacheKeyBase &key, const SharedObject *&value, UErrorCode &status) const _poll() argument
378 _get( const CacheKeyBase &key, const SharedObject *&value, const void *creationContext, UErrorCode &status) const _get() argument
[all...]
/third_party/ninja/src/
H A Dbuild_log.cc66 uint64_t MurmurHash64A(const void* key, size_t len) { in MurmurHash64A() argument
/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c44 ares_dns_parse_and_set_dns_name(ares__buf_t *buf, ares_bool_t is_hostname, ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_parse_and_set_dns_name() argument
65 ares_dns_parse_and_set_dns_str( ares__buf_t *buf, size_t max_len, ares_bool_t allow_multiple, ares_dns_rr_t *rr, ares_dns_rr_key_t key, ares_bool_t blank_allowed) ares_dns_parse_and_set_dns_str() argument
91 ares_dns_parse_and_set_dns_binstr(ares__buf_t *buf, size_t max_len, ares_bool_t allow_multiple, ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_parse_and_set_dns_binstr() argument
113 ares_dns_parse_and_set_be32(ares__buf_t *buf, ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_parse_and_set_be32() argument
128 ares_dns_parse_and_set_be16(ares__buf_t *buf, ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_parse_and_set_be16() argument
143 ares_dns_parse_and_set_u8(ares__buf_t *buf, ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_parse_and_set_u8() argument
[all...]
H A Dares_dns_write.c175 ares_dns_write_rr_name(ares__buf_t *buf, const ares_dns_rr_t *rr, ares__llist_t **namelist, ares_bool_t validate_hostname, ares_dns_rr_key_t key) ares_dns_write_rr_name() argument
191 ares_dns_write_rr_str(ares__buf_t *buf, const ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_write_rr_str() argument
223 ares_dns_write_rr_binstrs(ares__buf_t *buf, const ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_write_rr_binstrs() argument
267 ares_dns_write_rr_be32(ares__buf_t *buf, const ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_write_rr_be32() argument
277 ares_dns_write_rr_be16(ares__buf_t *buf, const ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_write_rr_be16() argument
287 ares_dns_write_rr_u8(ares__buf_t *buf, const ares_dns_rr_t *rr, ares_dns_rr_key_t key) ares_dns_write_rr_u8() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c44 const struct st_fp_variant_key *key; member
443 st_translate_atifs_program(struct ati_fragment_shader *atifs, const struct st_fp_variant_key *key, struct gl_program *program, const nir_shader_compiler_options *options) st_translate_atifs_program() argument
H A Dst_cb_bitmap.c177 struct st_fp_variant_key key; in setup_render_state() local
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_data.cpp79 const char *key; variable
[all...]
H A Dtznames.cpp154 const char *key = locale.getName(); in TimeZoneNamesDelegate() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c750 const uint8_t *key; in nghttp3_http_parse_priority() local
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, variable
321 EVP_PKEY *key, int key_usage, int iter, variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c169 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in setup_line_coefficients() local
250 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in print_line() local
286 const struct lp_setup_variant_key *key = &setup->setup.variant->key; try_setup_line() local
[all...]

Completed in 24 milliseconds

1...<<211212213214215216217218219220>>...373