Home
last modified time | relevance | path

Searched refs:arg2len (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2755 uint32_t arg2len = 0; /* len of new challenge for bidir auth */ in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next() local
2890 arg2len = MD5_LEN; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2907 arg2len = SHA1_LEN; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3012 (void) random_get_pseudo_bytes(random_number, arg2len); in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3018 (void *)&node_dhc->bi_cval[0], arg2len); in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3019 node_dhc->bi_cval_len = arg2len; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3024 arg2len); in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3025 node_dhc->nlp_auth_misc.bi_cval_len = arg2len; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3029 arg2len); in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3030 node_dhc->nlp_auth_misc.bi_cval_len = arg2len; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
[all …]