Searched refs:rpw (Results 1 – 2 of 2) sorted by relevance
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()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()[all …]
1661 dfc_password_t rpw; member