/third_party/openssl/test/ |
H A D | rc4test.c | 67 RC4_KEY key; in test_rc4_encrypt() local 78 RC4_KEY key; in test_rc4_end_processing() local 91 RC4_KEY key; in test_rc4_multi_call() local 102 RC4_KEY key; test_rc_bulk() local [all...] |
/third_party/openssl/crypto/des/ |
H A D | fcrypt.c | 102 DES_cblock key; in DES_fcrypt() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape-plan.hh | 69 hb_shape_plan_key_t key; member
|
H A D | hb-static.cc | 84 hb_user_data_array_t::set (hb_user_data_key_t *key, in set() argument 105 hb_user_data_array_t::get (hb_user_data_key_t *key) in get() argument
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-map.c | 70 hb_user_data_key_t key[2]; in test_map_userdata() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | FileEntry.h | 50 uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey(); in getEmptyKey() local 54 uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey(); in getTombstoneKey() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | DenseMapInfo.h | 151 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 in getHashValue() local [all...] |
/third_party/skia/tools/sk_app/ |
H A D | Window.cpp | 47 bool Window::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstrmap.h | 45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put() argument
|
H A D | restrace.h | 42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument 54 ResourceTracer(const ResourceTracer& parent, const char* key) : in ResourceTracer() argument
|
H A D | ucat.cpp | 54 char key[MAX_KEY_LEN]; in u_catgets() local
|
/third_party/toybox/toys/pending/ |
H A D | getfattr.c | 37 char *keys, *key; in do_getfattr() local [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | microprotocols.c | 55 PyObject* key; in pysqlite_microprotocols_add() local 77 PyObject *adapter, *key, *adapted; in pysqlite_microprotocols_adapt() local [all...] |
/third_party/python/Modules/clinic/ |
H A D | _weakref.c.h | 51 PyObject *key; in _weakref__remove_dead_weakref() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_map.h | 143 MappedReference<P> at(const key_arg<K>& key) { in at() argument 163 MappedReference<P> operator[](key_arg<K>&& key) { in operator []() argument 168 MappedReference<P> operator[](const key_arg<K>& key) { in operator []() argument
|
/third_party/skia/bench/ |
H A D | GrResourceCacheBench.cpp | 29 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) { in ComputeKey() argument 45 GrUniqueKey key; in populate_cache() local 144 GrUniqueKey key; variable
|
/third_party/selinux/libselinux/utils/ |
H A D | selabel_lookup.c | 36 char *validate = NULL, *key = NULL, *context = NULL, *file = NULL; in main() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs5.rs | 68 let mut key = vec![0; len as usize]; in bytes_to_key() variables [all...] |
/third_party/selinux/libsepol/src/ |
H A D | symtab.c | 18 static unsigned int symhash(hashtab_t h, const_hashtab_key_t key) in symhash() argument
|
/third_party/sqlite/include/ |
H A D | sqlite3sym.h | 28 int (*key)(sqlite3*,const void*,int); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | md5.c | 26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() argument 105 hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_md5() argument [all...] |
H A D | sha1-prf.c | 30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() argument
|
H A D | sha1-tprf.c | 29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() argument
|
H A D | sha1.c | 26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() argument 104 hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha1() argument [all...] |
H A D | sha256.c | 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() argument 100 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha256() argument [all...] |