Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c9784 emlxs_dhc_get_auth_key_table(emlxs_hba_t *hba, dfc_auth_password_t *auth_pwd) in emlxs_dhc_get_auth_key_table() argument
9802 (uint8_t *)&auth_pwd->lwwpn, 8); in emlxs_dhc_get_auth_key_table()
9804 (uint8_t *)&auth_pwd->rwwpn, 8); in emlxs_dhc_get_auth_key_table()
9806 auth_pwd->lpw.length = auth_key->local_password_length; in emlxs_dhc_get_auth_key_table()
9807 auth_pwd->lpw.type = auth_key->local_password_type; in emlxs_dhc_get_auth_key_table()
9813 auth_pwd->rpw.length = auth_key->remote_password_length; in emlxs_dhc_get_auth_key_table()
9814 auth_pwd->rpw.type = auth_key->remote_password_type; in emlxs_dhc_get_auth_key_table()
9820 auth_pwd->lpw_new.length = auth_key->local_password_length; in emlxs_dhc_get_auth_key_table()
9821 auth_pwd->lpw_new.type = auth_key->local_password_type; in emlxs_dhc_get_auth_key_table()
9827 auth_pwd->rpw_new.length = auth_key->remote_password_length; in emlxs_dhc_get_auth_key_table()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h317 dfc_auth_password_t *auth_pwd);