Home
last modified time | relevance | path

Searched refs:local_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.c8478 auth_key->local_password_type = PASSWORD_TYPE_IGNORE; in emlxs_auth_key_init()
8833 auth_key->local_password_type = (uint16_t)sum; in emlxs_auth_key_parse()
8844 switch (auth_key->local_password_type) { in emlxs_auth_key_parse()
8899 auth_key->local_password_type); in emlxs_auth_key_parse()
9009 if (auth_key->local_password_type == 0 || in emlxs_auth_key_parse()
9010 auth_key->local_password_type > 3 || in emlxs_auth_key_parse()
9013 auth_key->local_password_type = 3; in emlxs_auth_key_parse()
9332 auth_key->local_password_type == in emlxs_dhc_delete_auth_cfg()
9518 (auth_key->local_password_type != in emlxs_dhc_set_auth_key()
9618 dfc_pwd->lpw.type = auth_key->local_password_type; in emlxs_dhc_set_auth_key()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h227 uint16_t local_password_type; member