Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c9381 emlxs_dhc_get_auth_key(emlxs_hba_t *hba, dfc_auth_password_t *dfc_auth_pwd) in emlxs_dhc_get_auth_key() argument
9400 (uint8_t *)&dfc_auth_pwd->lwwpn, in emlxs_dhc_get_auth_key()
9401 (uint8_t *)&dfc_auth_pwd->rwwpn); in emlxs_dhc_get_auth_key()
9408 (uint8_t *)&dfc_auth_pwd->lwwpn), in emlxs_dhc_get_auth_key()
9410 (uint8_t *)&dfc_auth_pwd->rwwpn)); in emlxs_dhc_get_auth_key()
9416 dfc_auth_pwd->lpw.length = auth_key->local_password_length; in emlxs_dhc_get_auth_key()
9417 dfc_auth_pwd->lpw.type = auth_key->local_password_type; in emlxs_dhc_get_auth_key()
9423 dfc_auth_pwd->rpw.length = auth_key->remote_password_length; in emlxs_dhc_get_auth_key()
9424 dfc_auth_pwd->rpw.type = auth_key->remote_password_type; in emlxs_dhc_get_auth_key()
9430 dfc_auth_pwd->lpw_new.length = auth_key->local_password_length; in emlxs_dhc_get_auth_key()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h303 dfc_auth_password_t *dfc_auth_pwd);