Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 58) sorted by relevance

123

/qemu/crypto/
H A Dhash-glib.c51 QCryptoHash *hash; in qcrypto_glib_hash_new() local
61 void qcrypto_glib_hash_free(QCryptoHash *hash) in qcrypto_glib_hash_free()
72 int qcrypto_glib_hash_update(QCryptoHash *hash, in qcrypto_glib_hash_update()
87 int qcrypto_glib_hash_finalize(QCryptoHash *hash, in qcrypto_glib_hash_finalize()
H A Dhash-gcrypt.c54 QCryptoHash *hash; in qcrypto_gcrypt_hash_new() local
75 void qcrypto_gcrypt_hash_free(QCryptoHash *hash) in qcrypto_gcrypt_hash_free()
89 int qcrypto_gcrypt_hash_update(QCryptoHash *hash, in qcrypto_gcrypt_hash_update()
104 int qcrypto_gcrypt_hash_finalize(QCryptoHash *hash, in qcrypto_gcrypt_hash_finalize()
H A Dhash-gnutls.c59 QCryptoHash *hash; in qcrypto_gnutls_hash_new() local
80 void qcrypto_gnutls_hash_free(QCryptoHash *hash) in qcrypto_gnutls_hash_free()
91 int qcrypto_gnutls_hash_update(QCryptoHash *hash, in qcrypto_gnutls_hash_update()
112 int qcrypto_gnutls_hash_finalize(QCryptoHash *hash, in qcrypto_gnutls_hash_finalize()
H A Dhash.c81 int qcrypto_hash_updatev(QCryptoHash *hash, in qcrypto_hash_updatev()
91 int qcrypto_hash_update(QCryptoHash *hash, in qcrypto_hash_update()
103 QCryptoHash *hash = NULL; in qcrypto_hash_new() local
128 void qcrypto_hash_free(QCryptoHash *hash) in qcrypto_hash_free()
138 int qcrypto_hash_finalize_bytes(QCryptoHash *hash, in qcrypto_hash_finalize_bytes()
150 int qcrypto_hash_finalize_digest(QCryptoHash *hash, in qcrypto_hash_finalize_digest()
172 int qcrypto_hash_finalize_base64(QCryptoHash *hash, in qcrypto_hash_finalize_base64()
H A Dhash-nettle.c124 QCryptoHash *hash; in qcrypto_nettle_hash_new() local
135 void qcrypto_nettle_hash_free(QCryptoHash *hash) in qcrypto_nettle_hash_free()
144 int qcrypto_nettle_hash_update(QCryptoHash *hash, in qcrypto_nettle_hash_update()
161 int qcrypto_nettle_hash_finalize(QCryptoHash *hash, in qcrypto_nettle_hash_finalize()
H A Dpbkdf-gcrypt.c26 bool qcrypto_pbkdf2_supports(QCryptoHashAlgo hash) in qcrypto_pbkdf2_supports()
45 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2()
H A Dafsplit.c43 static int qcrypto_afsplit_hash(QCryptoHashAlgo hash, in qcrypto_afsplit_hash()
88 int qcrypto_afsplit_encode(QCryptoHashAlgo hash, in qcrypto_afsplit_encode()
120 int qcrypto_afsplit_decode(QCryptoHashAlgo hash, in qcrypto_afsplit_decode()
H A Dpbkdf-gnutls.c26 bool qcrypto_pbkdf2_supports(QCryptoHashAlgo hash) in qcrypto_pbkdf2_supports()
42 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2()
H A Dpbkdf-nettle.c28 bool qcrypto_pbkdf2_supports(QCryptoHashAlgo hash) in qcrypto_pbkdf2_supports()
46 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2()
H A Dhash-afalg.c122 QCryptoHash *hash; in qcrypto_afalg_hash_new() local
143 void qcrypto_afalg_hash_free(QCryptoHash *hash) in qcrypto_afalg_hash_free()
220 int qcrypto_afalg_hash_update(QCryptoHash *hash, in qcrypto_afalg_hash_update()
230 int qcrypto_afalg_hash_finalize(QCryptoHash *hash, in qcrypto_afalg_hash_finalize()
H A Dpbkdf.c90 QCryptoHashAlgo hash; member
103 QCryptoHashAlgo hash = iters_data->hash; in threaded_qcrypto_pbkdf2_count_iters() local
167 uint64_t qcrypto_pbkdf2_count_iters(QCryptoHashAlgo hash, in qcrypto_pbkdf2_count_iters()
H A Divgenpriv.h45 QCryptoHashAlgo hash; member
H A Divgen.c32 QCryptoHashAlgo hash, in qcrypto_ivgen_new()
/qemu/tests/unit/
H A Dtest-qht.c29 uint32_t hash; in insert() local
49 uint32_t hash; in do_rm() local
78 uint32_t hash; in check() local
101 static void count_func(void *p, uint32_t hash, void *userp) in count_func()
125 static void sum_func(void *p, uint32_t hash, void *userp) in sum_func()
141 static bool rm_mod_func(void *p, uint32_t hash, void *userp) in rm_mod_func()
H A Dtest-crypto-afsplit.c29 QCryptoHashAlgo hash; member
H A Dtest-crypto-pbkdf.c34 QCryptoHashAlgo hash; member
/qemu/ui/
H A Dvnc-palette.c33 uint32_t color, unsigned int hash) in palette_find()
78 unsigned int hash; in palette_put() local
101 unsigned int hash; in palette_idx() local
H A Dkeymaps.c40 GHashTable *hash; member
/qemu/util/
H A Dqht.c306 struct qht_bucket *qht_map_to_bucket(const struct qht_map *map, uint32_t hash) in qht_map_to_bucket()
381 struct qht_bucket *qht_bucket_lock__no_stale(struct qht *ht, uint32_t hash, in qht_bucket_lock__no_stale()
556 const void *userp, uint32_t hash) in qht_do_lookup()
583 const void *userp, uint32_t hash) in qht_lookup__slowpath()
595 void *qht_lookup_custom(const struct qht *ht, const void *userp, uint32_t hash, in qht_lookup_custom()
618 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash) in qht_lookup()
628 struct qht_bucket *head, void *p, uint32_t hash, in qht_insert__locked()
694 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing) in qht_insert()
781 bool qht_remove__locked(struct qht_bucket *head, const void *p, uint32_t hash) in qht_remove__locked()
806 bool qht_remove(struct qht *ht, const void *p, uint32_t hash) in qht_remove()
[all …]
H A Dpath.c14 static GHashTable *hash; variable
H A Dqsp.c270 uint32_t hash; in qsp_callsite_find() local
289 qsp_entry_create(struct qht *ht, const QSPEntry *entry, uint32_t hash) in qsp_entry_create()
307 qsp_entry_find(struct qht *ht, const QSPEntry *entry, uint32_t hash) in qsp_entry_find()
332 uint32_t hash; in qsp_entry_get() local
533 uint32_t hash; in qsp_aggregate() local
545 static void qsp_iter_diff(void *p, uint32_t hash, void *htp) in qsp_iter_diff()
580 uint32_t hash; in qsp_iter_callsite_coalesce() local
/qemu/tests/bench/
H A Dbenchmark-crypto-akcipher.c24 QCryptoHashAlgo hash) in create_rsa_akcipher()
H A Dqht-bench.c163 uint32_t hash; in do_rw() local
354 uint32_t hash; in htable_init() local
/qemu/tests/qtest/
H A Dqmp-cmd-test.c129 GHashTable *hash; member
/qemu/include/hw/xen/interface/io/
H A Dnetif.h309 uint64_t hash = 0; in xen_netif_toeplitz_hash() local
1021 } hash; member

123