Home
last modified time | relevance | path

Searched refs:hash_compute (Results 1 – 12 of 12) sorted by relevance

/dports/net/ssldump/ssldump-0.9b3/common/lib/
H A Dr_assoc.c83 UINT4 hash_compute PROTO_LIST((char *key,int len,int size));
207 hash_value=hash_compute(key,len,assoc->bits);
256 hash_value=hash_compute(key,len,assoc->bits);
412 UINT4 hash_compute(key,len,bits) in hash_compute() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhash.h78 void hash_compute(char* dst, const unsigned char* data, unsigned long length, unsigned int function…
H A Dfileio.c1063 hash_compute(file.hash, file.data, file.length, functions); in generic_fopen()
1152 hash_compute(hash, data, length, functions); in checksum_file()
H A Dhash.c519 void hash_compute(char* dst, const unsigned char* data, unsigned long length, unsigned int function… in hash_compute() function
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhash.h78 void hash_compute(char* dst, const unsigned char* data, unsigned long length, unsigned int function…
H A Dfileio.c1062 hash_compute(file.hash, file.data, file.length, functions); in generic_fopen()
1151 hash_compute(hash, data, length, functions); in checksum_file()
H A Dhash.c519 void hash_compute(char* dst, const unsigned char* data, unsigned long length, unsigned int function… in hash_compute() function
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpsa_crypto_hash.c497 static psa_status_t hash_compute( in hash_compute() function
539 return( hash_compute( alg, input, input_length, in mbedtls_psa_hash_compute()
640 return( hash_compute( alg, input, input_length, in mbedtls_transparent_test_driver_hash_compute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/
H A Dconcat-deps.c368 static unsigned int hash_compute( struct hash const * hash, const char* key, int length) in hash_compute() function
509 hashed = hash_compute(hash, hash_elem->key, hash_elem->key_len); in hash_resize()
546 hashed = hash_compute(hash, key, key_len); in hash_store()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/
H A Dconcat-deps.c368 static unsigned int hash_compute( struct hash const * hash, const char* key, int length) in hash_compute() function
509 hashed = hash_compute(hash, hash_elem->key, hash_elem->key_len); in hash_resize()
546 hashed = hash_compute(hash, key, key_len); in hash_store()
/dports/lang/gravity/gravity-0.8.5/src/compiler/
H A Dgravity_optimizer.c47 static uint32_t hash_compute (gravity_value_t v) { in hash_compute() function
57 gravity_hash_t *labels = gravity_hash_create(0, hash_compute, hash_isequal, NULL, NULL); in finalize_function()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/docs/proposed/
H A Dpsa-driver-interface.md215hash_compute"` (transparent drivers only): calculation of a hash. Called by `psa_hash_compute()` a…
224 …nt if there is one, otherwise the core calls an applicable driver's `"hash_compute"` entry point f…
225 …nt if there is one, otherwise the core calls an applicable driver's `"hash_compute"` entry point f…