Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshsig.c271 sshsig_peek_hashalg(struct sshbuf *signature, char **hashalgp) in sshsig_peek_hashalg() argument
277 if (hashalgp != NULL) in sshsig_peek_hashalg()
278 *hashalgp = NULL; in sshsig_peek_hashalg()
294 *hashalgp = hashalg; in sshsig_peek_hashalg()
H A Dssh-keygen.c2680 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp, in sig_process_opts() argument
2690 if (hashalgp != NULL) in sig_process_opts()
2691 *hashalgp = NULL; in sig_process_opts()
2693 if (hashalgp != NULL && in sig_process_opts()
2695 *hashalgp = xstrdup(opts[i] + 8); in sig_process_opts()