Searched refs:rpw_new (Results 1 – 2 of 2) sorted by relevance
9437 dfc_auth_pwd->rpw_new.length = auth_key->remote_password_length; in emlxs_dhc_get_auth_key()9438 dfc_auth_pwd->rpw_new.type = auth_key->remote_password_type; in emlxs_dhc_get_auth_key()9473 (dfc_pwd->rpw_new.type == PASSWORD_TYPE_ASCII || in emlxs_dhc_set_auth_key()9474 dfc_pwd->rpw_new.type == PASSWORD_TYPE_BINARY)) { in emlxs_dhc_set_auth_key()9476 dfc_pwd->rpw_new.password, in emlxs_dhc_set_auth_key()9564 if (dfc_pwd->rpw_new.type == PASSWORD_TYPE_ASCII || in emlxs_dhc_set_auth_key()9565 dfc_pwd->rpw_new.type == PASSWORD_TYPE_BINARY) { in emlxs_dhc_set_auth_key()9594 dfc_pwd->rpw_new.length) && in emlxs_dhc_set_auth_key()9595 (bcmp(dfc_pwd->rpw_new.password, in emlxs_dhc_set_auth_key()9597 dfc_pwd->rpw_new.length) == 0)) { in emlxs_dhc_set_auth_key()[all …]
1664 dfc_password_t rpw_new; member