Home | History | Annotate | Download | only in openssh

Lines Matching full:salt

2164 	char *hash_scheme, *salt;
2169 auth2_jpake_get_pwdata(authctxt, &pctx->s, &hash_scheme, &salt);
2174 buffer_put_cstring(m, salt);
2180 bzero(salt, strlen(salt));
2182 xfree(salt);