Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c7024 if (auth_key->remote_password_type == 3) { in emlxs_dhc_auth_start()
8479 auth_key->remote_password_type = PASSWORD_TYPE_IGNORE; in emlxs_auth_key_init()
8932 auth_key->remote_password_type = (uint16_t)sum; in emlxs_auth_key_parse()
8943 switch (auth_key->remote_password_type) { in emlxs_auth_key_parse()
8998 auth_key->remote_password_type); in emlxs_auth_key_parse()
9018 if (auth_key->remote_password_type == 0 || in emlxs_auth_key_parse()
9019 auth_key->remote_password_type > 3 || in emlxs_auth_key_parse()
9022 auth_key->remote_password_type = 3; in emlxs_auth_key_parse()
9572 (auth_key->remote_password_type != in emlxs_dhc_set_auth_key()
9626 dfc_pwd->rpw.type = auth_key->remote_password_type; in emlxs_dhc_set_auth_key()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h231 uint16_t remote_password_type; member