Searched defs:bi_cval (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h244 uint8_t bi_cval[20]; /* our challenge for bi-dir */ member in struct:emlxs_auth_misc
374 uint8_t bi_cval[20]; /* our challenge for */ member in struct:emlxs_node_dhc
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c128 uint32_t dhval_len, uint32_t flag, uint8_t *bi_cval);
133 uint32_t dhval_len, uint32_t flag, uint8_t *bi_cval);
3018 (void *)&node_dhc->bi_cval[0], arg2len);
3023 (void *)&node_dhc->nlp_auth_misc.bi_cval[0],
3028 (void *)&node_dhc->nlp_auth_misc.bi_cval[0],
3342 * node_dhc->bi_cval has the bidir challenge value
3349 bcopy((void *)node_dhc->bi_cval,
3354 (void *)node_dhc->nlp_auth_misc.bi_cval,
3362 bcopy((void *)node_dhc->bi_cval,
3367 (void *)node_dhc->nlp_auth_misc.bi_cval,
6194 emlxs_hash_verification( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval, uint32_t dhval_len, uint32_t flag, uint8_t *bi_cval) argument
6488 emlxs_hash_get_R2( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, uint32_t tran_id, uint8_t *dhval, uint32_t dhval_len, uint32_t flag, uint8_t *bi_cval) argument
[all...]

Completed in 72 milliseconds