Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c9473 (dfc_pwd->rpw_new.type == PASSWORD_TYPE_ASCII || in emlxs_dhc_set_auth_key()
9474 dfc_pwd->rpw_new.type == PASSWORD_TYPE_BINARY)) { in emlxs_dhc_set_auth_key()
9476 dfc_pwd->rpw_new.password, in emlxs_dhc_set_auth_key()
9564 if (dfc_pwd->rpw_new.type == PASSWORD_TYPE_ASCII || in emlxs_dhc_set_auth_key()
9565 dfc_pwd->rpw_new.type == PASSWORD_TYPE_BINARY) { in emlxs_dhc_set_auth_key()
9594 dfc_pwd->rpw_new.length) && in emlxs_dhc_set_auth_key()
9595 (bcmp(dfc_pwd->rpw_new.password, in emlxs_dhc_set_auth_key()
9597 dfc_pwd->rpw_new.length) == 0)) { in emlxs_dhc_set_auth_key()
9609 auth_key->remote_password_type = dfc_pwd->rpw_new.type; in emlxs_dhc_set_auth_key()
9612 length = min(dfc_pwd->rpw_new.length, 128); in emlxs_dhc_set_auth_key()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1664 dfc_password_t rpw_new; member