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 */ local
2890 arg2len = MD5_LEN;
2907 arg2len = SHA1_LEN;
3012 (void) random_get_pseudo_bytes(random_number, arg2len);
3018 (void *)&node_dhc->bi_cval[0], arg2len);
3019 node_dhc->bi_cval_len = arg2len;
3024 arg2len);
3025 node_dhc->nlp_auth_misc.bi_cval_len = arg2len;
3029 arg2len);
3030 node_dhc->nlp_auth_misc.bi_cval_len = arg2len;
[all...]

Completed in 2526 milliseconds