Searched defs:auth_pwd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c9782 /* auth_pwd must be large enough to hold hba->auth_key_count entries */
9784 emlxs_dhc_get_auth_key_table(emlxs_hba_t *hba, dfc_auth_password_t *auth_pwd) argument
9802 (uint8_t *)&auth_pwd->lwwpn, 8);
9804 (uint8_t *)&auth_pwd->rwwpn, 8);
9806 auth_pwd->lpw.length = auth_key->local_password_length;
9807 auth_pwd->lpw.type = auth_key->local_password_type;
9809 * bcopy(auth_key->local_password, auth_pwd->lpw.password,
9810 * auth_pwd->lpw.length);
9813 auth_pwd->rpw.length = auth_key->remote_password_length;
9814 auth_pwd
[all...]

Completed in 76 milliseconds