Symbol: hash_id
usr/src/lib/libc/port/i18n/gettext_gnu.c
372
uint32_t hash_size, hash_val, hash_id, hash_inc, hash_idx;
usr/src/lib/libc/port/i18n/gettext_gnu.c
428
hash_id = get_hashid(msgid1, &msglen);
usr/src/lib/libc/port/i18n/gettext_gnu.c
429
hash_idx = hash_id % hash_size;
usr/src/lib/libc/port/i18n/gettext_gnu.c
430
hash_inc = 1 + (hash_id % (hash_size - 2));
usr/src/lib/libpool/common/pool_kernel.c
207
static uint64_t hash_id(const pool_elem_t *);
usr/src/lib/libpool/common/pool_kernel.c
2160
pool_elem_compare, (uint64_t (*)(const void *))hash_id)) == NULL) {
usr/src/lib/libpool/common/pool_kernel.c
781
pool_elem_compare, (uint64_t (*)(const void *))hash_id)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2103
uint32_t hash_id,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2142
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2144
} else if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2197
cmdsize, tran_id, hash_id, dhgp_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2217
chal->cnul.hash_id = hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2220
chal->cnul.cval_len = ((chal->cnul.hash_id == AUTH_SHA1) ?
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2349
node_dhc->nlp_auth_hashid = hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2463
chal->cnul.hash_id, chal->cnul.dhgp_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2513
if (node_dhc->hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2516
if (node_dhc->hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2551
cmdsize += 4 + ((node_dhc->hash_id == AUTH_MD5) ?
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2584
if (node_dhc->hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2600
if (node_dhc->hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2658
if (node_dhc->hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2662
} else if (node_dhc->hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2686
node_dhc->hash_id, node_dhc->nlp_auth_hashid,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2875
if (ncval->hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2892
} else if (ncval->hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2912
ndlp->nlp_DID, ncval->hash_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2923
node_dhc->hash_id = ncval->hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2927
node_dhc->nlp_auth_hashid = ncval->hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3037
ncval->hash_id, ncval->dhgp_id, dhvallen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4363
uint32_t hash_id, dhgp_id; /* to be used by responder */
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4512
hash_id = node_dhc->auth_cfg.hash_priority[0];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4514
hash_id = node_dhc->auth_cfg.hash_priority[1];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4530
hash_id = node_dhc->auth_cfg.hash_priority[0];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4595
hash_id, dhgp_id)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4704
uint32_t hash_id, dhgp_id; /* to be used by responder */
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4856
hash_id = node_dhc->auth_cfg.hash_priority[0];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4858
hash_id = node_dhc->auth_cfg.hash_priority[1];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4874
hash_id = node_dhc->auth_cfg.hash_priority[0];
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4932
hash_id, dhgp_id, msg->auth_msg_code, msglen, msg->tran_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4974
hash_id, dhgp_id)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5021
uint32_t hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5038
hash_id = node_dhc->hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5042
hash_id = node_dhc->nlp_auth_hashid;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5048
ndlp->nlp_DID, hash_id, dhgp_id, mytran_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5052
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5084
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5122
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5164
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5233
uint32_t hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5246
hash_id = node_dhc->hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5249
hash_id = node_dhc->nlp_auth_hashid;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5258
ndlp->nlp_DID, hash_id, dhgp_id, mytran_id, dhvallen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5269
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5301
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5357
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5381
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5436
uint32_t hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5445
hash_id = node_dhc->hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5448
hash_id = node_dhc->nlp_auth_hashid;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5452
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5483
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6052
uint32_t hash_id,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6074
ndlp->nlp_DID, hash_id, dhgp_id, tran_id, dhvallen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6076
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6125
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6202
uint32_t hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6234
hash_id = node_dhc->hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6237
hash_id = node_dhc->nlp_auth_hashid;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6242
ndlp->nlp_DID, mytran_id, hash_id, dhgp_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6246
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6287
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6341
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6351
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6377
hash_id, dhgp_id,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6388
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6420
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6497
uint32_t hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6515
hash_id = node_dhc->nlp_auth_hashid;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6519
hash_id = node_dhc->hash_id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6522
hash_id = node_dhc->nlp_auth_hashid;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6531
ndlp->nlp_DID, hash_id, dhgp_id, mytran_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6543
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6571
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6599
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6603
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6609
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6614
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6632
hash_id, dhgp_id, tran_id, bi_cval, cval_len,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6642
if (hash_id == AUTH_MD5) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6676
if (hash_id == AUTH_SHA1) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6588
uint8_t *hash_id = (uint8_t *)ricb->hash_cq_id;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
6602
hash_id[i] = (uint8_t)(i & (qlge->rss_ring_count - 1));
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dhchap.h
370
uint32_t hash_id; /* 0x05 for MD5 */
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dhchap.h
568
uint32_t hash_id;