Home
last modified time | relevance | path

Searched refs:hash_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c299 const uint32_t hash_bytes in lz_encoder_prepare() local
301 assert(hash_bytes <= mf->nice_len); in lz_encoder_prepare()
306 if (hash_bytes == 2) { in lz_encoder_prepare()
320 if (hash_bytes == 3) in lz_encoder_prepare()
330 if (hash_bytes > 2) in lz_encoder_prepare()
332 if (hash_bytes > 3) in lz_encoder_prepare()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dtrace.c90 hash_bytes(krb5_context context, const void *ptr, size_t len) in hash_bytes() function
242 str = hash_bytes(context, p, len); in trace_format()
/freebsd/sys/dev/safexcel/
H A Dsafexcel_var.h175 uint32_t hash_bytes : 1; member