Home
last modified time | relevance | path

Searched refs:remote_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.c5067 node_dhc->auth_key.remote_password_length); in emlxs_hash_vrf()
5096 node_dhc->auth_key.remote_password_length); in emlxs_hash_vrf()
5153 node_dhc->auth_key.remote_password_length); in emlxs_hash_vrf()
5195 node_dhc->auth_key.remote_password_length); in emlxs_hash_vrf()
6260 node_dhc->auth_key.remote_password_length); in emlxs_hash_verification()
9003 auth_key->remote_password_length = (uint16_t)j; in emlxs_auth_key_parse()
9020 auth_key->remote_password_length == 0) { in emlxs_auth_key_parse()
9023 auth_key->remote_password_length = 0; in emlxs_auth_key_parse()
9539 if ((auth_key->remote_password_length == in emlxs_dhc_set_auth_key()
9570 if ((auth_key->remote_password_length != in emlxs_dhc_set_auth_key()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h230 uint16_t remote_password_length; member