Searched refs:hashalgp (Results 1 – 2 of 2) sorted by relevance
268 sshsig_peek_hashalg(struct sshbuf *signature, char **hashalgp) in sshsig_peek_hashalg() argument274 if (hashalgp != NULL) in sshsig_peek_hashalg()275 *hashalgp = NULL; in sshsig_peek_hashalg()291 *hashalgp = hashalg; in sshsig_peek_hashalg()
2679 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp, in sig_process_opts() argument2689 if (hashalgp != NULL) in sig_process_opts()2690 *hashalgp = NULL; in sig_process_opts()2692 if (hashalgp != NULL && in sig_process_opts()2694 *hashalgp = xstrdup(opts[i] + 8); in sig_process_opts()