Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c9424 dfc_auth_pwd->rpw.type = auth_key->remote_password_type; in emlxs_dhc_get_auth_key()
9571 dfc_pwd->rpw.length) || in emlxs_dhc_set_auth_key()
9573 dfc_pwd->rpw.type) || in emlxs_dhc_set_auth_key()
9574 bcmp(dfc_pwd->rpw.password, in emlxs_dhc_set_auth_key()
9576 dfc_pwd->rpw.length)) { in emlxs_dhc_set_auth_key()
9625 dfc_pwd->rpw.length = auth_key->remote_password_length; in emlxs_dhc_set_auth_key()
9626 dfc_pwd->rpw.type = auth_key->remote_password_type; in emlxs_dhc_set_auth_key()
9627 bzero(dfc_pwd->rpw.password, sizeof (dfc_pwd->rpw.password)); in emlxs_dhc_set_auth_key()
9629 sizeof (dfc_pwd->rpw.password)); in emlxs_dhc_set_auth_key()
9813 auth_pwd->rpw.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_dfclib.h1661 dfc_password_t rpw; member