Home
last modified time | relevance | path

Searched refs:MAX_HASH_BITS (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dhypex.c514 if( default_max_hash_bits > MAX_HASH_BITS ) { in set_option()
517 MAX_HASH_BITS); in set_option()
518 default_max_hash_bits = MAX_HASH_BITS; in set_option()
525 if( default_max_grow_hash_bits > MAX_HASH_BITS ) { in set_option()
528 MAX_HASH_BITS); in set_option()
529 default_max_grow_hash_bits = MAX_HASH_BITS; in set_option()
H A Ddbacl.h213 #define MAX_HASH_BITS ((hash_bit_count_t)64) macro
267 #define MAX_HASH_BITS ((hash_bit_count_t)30) macro
321 #define MAX_HASH_BITS ((hash_bit_count_t)15) macro
376 #define MAX_HASH_BITS ((hash_bit_count_t)8) macro
H A Ddbacl.c4173 if( default_max_hash_bits > MAX_HASH_BITS ) { in set_option()
4176 MAX_HASH_BITS); in set_option()
4177 default_max_hash_bits = MAX_HASH_BITS; in set_option()
4184 if( default_max_grow_hash_bits > MAX_HASH_BITS ) { in set_option()
4187 MAX_HASH_BITS); in set_option()
4188 default_max_grow_hash_bits = MAX_HASH_BITS; in set_option()
4277 if( !*optarg || (decimation < 1) || (decimation > MAX_HASH_BITS) ) { in set_option()
4280 MAX_HASH_BITS); in set_option()
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/int/
H A Ddsa-compute-k.c43 #define MAX_HASH_BITS (MAX_HASH_SIZE * 8) macro
44 #define MAX_HASH_LIMBS BITS_TO_LIMBS(MAX_HASH_BITS)