Searched refs:hash_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2103 uint32_t hash_id,
2142 if (hash_id == AUTH_SHA1) {
2144 } else if (hash_id == AUTH_MD5) {
2197 cmdsize, tran_id, hash_id, dhgp_id);
2217 chal->cnul.hash_id = hash_id;
2220 chal->cnul.cval_len = ((chal->cnul.hash_id == AUTH_SHA1) ?
2349 node_dhc->nlp_auth_hashid = hash_id;
2463 chal->cnul.hash_id, chal->cnul.dhgp_id);
2513 if (node_dhc->hash_id
2097 emlxs_issue_dhchap_challenge( emlxs_port_t *port, NODELIST *ndlp, int retry, void *arg, uint32_t payload_len, uint32_t hash_id, uint32_t dhgp_id) argument
4367 uint32_t hash_id, dhgp_id; /* to be used by responder */ local
4708 uint32_t hash_id, dhgp_id; /* to be used by responder */ local
5025 uint32_t hash_id; local
5237 uint32_t hash_id; local
5440 uint32_t hash_id; local
6051 emlxs_hash_Cai( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, void *Cai, uint32_t hash_id, uint32_t dhgp_id, uint32_t tran_id, uint8_t *cval, uint32_t cval_len, uint8_t *key, uint8_t *dhval, uint32_t dhvallen) argument
6206 uint32_t hash_id; local
6501 uint32_t hash_id; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h369 /* hash_id, dhgp_id are set from responder, host is the initiator */
370 uint32_t hash_id; /* 0x05 for MD5 */ member in struct:emlxs_node_dhc
568 uint32_t hash_id; member in struct:_DHCHAP_CHALL_NULL
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c378 uint32_t hash_size, hash_val, hash_id, hash_inc, hash_idx; local
434 hash_id = get_hashid(msgid1, &msglen);
435 hash_idx = hash_id % hash_size;
436 hash_inc = 1 + (hash_id % (hash_size - 2));
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c206 static uint64_t hash_id(const pool_elem_t *);
780 pool_elem_compare, (uint64_t (*)(const void *))hash_id)) == NULL) {
2157 pool_elem_compare, (uint64_t (*)(const void *))hash_id)) == NULL) {
3559 * hash_id() hashes all elements in a pool configuration using the
3568 hash_id(const pool_elem_t *pe) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c6587 uint8_t *hash_id = (uint8_t *)ricb->hash_cq_id; local
6601 hash_id[i] = (uint8_t)(i & (qlge->rss_ring_count - 1));

Completed in 108 milliseconds