Searched refs:hash_str (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/mtree/ |
| H A D | only.c | 66 hash_str(const char *str) in hash_str() function 80 *h = hash_str(str) % __arraycount(table); in hash_find()
|
| /freebsd/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 4612 char hash_str[128]; in hn_rss_hash_sysctl() local 4618 snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS); in hn_rss_hash_sysctl() 4619 return sysctl_handle_string(oidp, hash_str, sizeof(hash_str), req); in hn_rss_hash_sysctl() 4626 char hash_str[128]; in hn_rss_hcap_sysctl() local 4632 snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS); in hn_rss_hcap_sysctl() 4633 return sysctl_handle_string(oidp, hash_str, sizeof(hash_str), req); in hn_rss_hcap_sysctl() 4640 char hash_str[128]; in hn_rss_mbuf_sysctl() local 4646 snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS); in hn_rss_mbuf_sysctl() 4647 return sysctl_handle_string(oidp, hash_str, sizeof(hash_str), req); in hn_rss_mbuf_sysctl()
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 1568 const char *hash_str = lookup(hash_code, signature_tls12_hash_list, NULL); in security_callback_debug() local 1570 if (alg_str != NULL && hash_str != NULL) in security_callback_debug() 1571 BIO_printf(sdb->out, " digest=%s, algorithm=%s", hash_str, alg_str); in security_callback_debug()
|