Home | History | Annotate | Download | only in openssh

Lines Matching full:hash_scheme

2164 	char *hash_scheme, *salt;
2169 auth2_jpake_get_pwdata(authctxt, &pctx->s, &hash_scheme, &salt);
2173 buffer_put_cstring(m, hash_scheme);
2179 bzero(hash_scheme, strlen(hash_scheme));
2181 xfree(hash_scheme);