Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5282 node_dhc->auth_key.local_password_length); in emlxs_hash_rsp()
5313 node_dhc->auth_key.local_password_length); in emlxs_hash_rsp()
5370 node_dhc->auth_key.local_password_length); in emlxs_hash_rsp()
5394 node_dhc->auth_key.local_password_length); in emlxs_hash_rsp()
6556 node_dhc->auth_key.local_password_length); in emlxs_hash_get_R2()
8904 auth_key->local_password_length = (uint16_t)j; in emlxs_auth_key_parse()
9011 auth_key->local_password_length == 0) { in emlxs_auth_key_parse()
9014 auth_key->local_password_length = 0; in emlxs_auth_key_parse()
9516 if ((auth_key->local_password_length != in emlxs_dhc_set_auth_key()
9593 if ((auth_key->local_password_length == in emlxs_dhc_set_auth_key()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h226 uint16_t local_password_length; member