| /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...] |
| H A D | sha384.c | 26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() argument 100 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha384() argument [all...] |
| H A D | sha512.c | 26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() argument 100 hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha512() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | pkcs8.c | 180 struct crypto_private_key *key; in pkcs8_enc_key_import() local
|
| H A D | tlsv1_cred.h | 15 struct crypto_private_key *key; member
|
| /third_party/vk-gl-cts/framework/delibs/depool/ |
| H A D | dePoolHash.c | 102 deInt16 key = deTestHashIter_getKey(&testIter); in dePoolHash_selfTest() local 134 deInt16 key = deTestInt16Array_get(keyArray, ndx); in dePoolHash_selfTest() local
|
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluGLFunctionLoader.cpp | 63 const deUint32 key = apiType.getPacked(); in getLibrary() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-cbc.c | 24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() argument 60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt() argument
|
| H A D | aes-ctr.c | 25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() argument 67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() argument
|
| H A D | aes-eax.c | 28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() argument 92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt() argument [all...] |
| 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...] |