Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshsig.c257 sshsig_peek_hashalg(struct sshbuf *signature, char **hashalgp) in sshsig_peek_hashalg() argument
263 if (hashalgp != NULL) in sshsig_peek_hashalg()
264 *hashalgp = NULL; in sshsig_peek_hashalg()
280 *hashalgp = hashalg; in sshsig_peek_hashalg()
H A Dssh-keygen.c2645 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp, in sig_process_opts() argument
2655 if (hashalgp != NULL) in sig_process_opts()
2656 *hashalgp = NULL; in sig_process_opts()
2658 if (hashalgp != NULL && in sig_process_opts()
2660 *hashalgp = xstrdup(opts[i] + 8); in sig_process_opts()