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()
8525 auth_key->local_password_type, auth_key->local_password_length, in emlxs_auth_key_print()
8598 auth_key->local_password_type = PASSWORD_TYPE_IGNORE; in emlxs_auth_key_create()
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()
9209 (auth_key->local_password_type == PASSWORD_TYPE_ASCII || in emlxs_dhc_add_auth_cfg()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h227 uint16_t local_password_type; member