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 | 4623 char hash_str[128]; in hn_rss_hash_sysctl() local 4629 snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS); in hn_rss_hash_sysctl() 4630 return sysctl_handle_string(oidp, hash_str, sizeof(hash_str), req); in hn_rss_hash_sysctl() 4637 char hash_str[128]; in hn_rss_hcap_sysctl() local 4643 snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS); in hn_rss_hcap_sysctl() 4644 return sysctl_handle_string(oidp, hash_str, sizeof(hash_str), req); in hn_rss_hcap_sysctl() 4651 char hash_str[128]; in hn_rss_mbuf_sysctl() local 4657 snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS); in hn_rss_mbuf_sysctl() 4658 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 | 1500 const char *hash_str = lookup(hash_code, signature_tls12_hash_list, NULL); in security_callback_debug() local 1502 if (alg_str != NULL && hash_str != NULL) in security_callback_debug() 1503 BIO_printf(sdb->out, " digest=%s, algorithm=%s", hash_str, alg_str); in security_callback_debug()
|