Home
last modified time | relevance | path

Searched defs:key (Results 676 - 700 of 4276) sorted by relevance

1...<<21222324252627282930>>...172

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_map.h143 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 DGrResourceCacheBench.cpp29 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 Dselabel_lookup.c36 char *validate = NULL, *key = NULL, *context = NULL, *file = NULL; in main() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs5.rs68 let mut key = vec![0; len as usize]; in bytes_to_key() variables
[all...]
/third_party/selinux/libsepol/src/
H A Dsymtab.c18 static unsigned int symhash(hashtab_t h, const_hashtab_key_t key) in symhash() argument
/third_party/sqlite/include/
H A Dsqlite3sym.h28 int (*key)(sqlite3*,const void*,int); member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmd5.c26 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 Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() argument
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() argument
H A Dsha1.c26 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 Dsha256.c26 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 Dsha384.c26 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 Dsha512.c26 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 Dpkcs8.c180 struct crypto_private_key *key; in pkcs8_enc_key_import() local
H A Dtlsv1_cred.h15 struct crypto_private_key *key; member
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolHash.c102 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 DegluGLFunctionLoader.cpp63 const deUint32 key = apiType.getPacked(); in getLibrary() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-cbc.c24 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 Daes-ctr.c25 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 Daes-eax.c28 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 Dmd5.c26 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 Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() argument
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() argument
H A Dsha1.c26 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 Dsha256.c26 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...]

Completed in 7 milliseconds

1...<<21222324252627282930>>...172