Searched defs:hashsize (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/iconv/ |
H A D | citrus_hash.h | 35 #define _CITRUS_HASH_HEAD(headname, type, hashsize) \ argument 39 #define _CITRUS_HASH_INIT(head, hashsize) \ argument
|
H A D | citrus_hash.c | 44 _citrus_string_hash_func(const char *key, int hashsize) in _citrus_string_hash_func()
|
/freebsd/sys/kern/ |
H A D | subr_hash.c | 55 long hashsize, i; in hashinit_flags() local 111 long hashsize, i; in phashinit_flags() local
|
H A D | vfs_cache.c | 2734 u_long hashsize, i; in nchinittbl() local
|
/freebsd/crypto/openssl/test/ |
H A D | tls13secretstest.c | 234 size_t hashsize; in test_secret() local 279 size_t hashsize; in test_handshake_secrets() local
|
/freebsd/sys/opencrypto/ |
H A D | xform_auth.h | 54 uint16_t hashsize; member
|
H A D | cryptodev.c | 270 int hashsize; member
|
/freebsd/crypto/openssl/ssl/ |
H A D | tls13_enc.c | 844 unsigned int hashsize, datalen; in tls13_export_keying_material() local 886 unsigned int hashsize, datalen; in tls13_export_keying_material_early() local
|
/freebsd/sys/netinet/ |
H A D | tcp_syncache.h | 124 u_int hashsize; member
|
H A D | tcp_hostcache.c | 126 u_int hashsize; member
|
H A D | tcp_subr.c | 1143 int hashsize; in maketcp_hashsize() local 1475 int hashsize; in tcp_init() local
|
/freebsd/contrib/unbound/util/storage/ |
H A D | lookup3.c | 116 #define hashsize(n) ((uint32_t)1<<(n)) macro
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions.c | 1480 size_t bindersize, labelsize, hashsize; in tls_psk_do_binder() local
|
H A D | extensions_srvr.c | 993 size_t binderoffset, hashsize; in tls_parse_ctos_psk() local
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 631 unsigned int hashsize; in pf_init_tagset() local 654 unsigned int hashsize; in pf_cleanup_tagset() local
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 799 ccr_hmac_ctrl(unsigned int hashsize, unsigned int authsize) in ccr_hmac_ctrl() argument
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 2593 uintptr_t hashsize = (buf->dtb_size >> 3) / sizeof (uintptr_t); in dtrace_aggregate() local 14359 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; local
|