Home
last modified time | relevance | path

Searched refs:sshsigopt_parse (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssh/regress/misc/fuzz-harness/
H A Dsshsigopt_fuzz.cc20 if ((opts = sshsigopt_parse(cp, "libfuzzer", 0, NULL)) == NULL) in LLVMFuzzerTestOneInput()
/src/crypto/openssh/
H A Dsshsig.h92 struct sshsigopt *sshsigopt_parse(const char *opts,
H A Dsshsig.c640 sshsigopt_parse(const char *opts, const char *path, u_long linenum, in sshsigopt_parse() function
811 if ((sigopts = sshsigopt_parse(opts, path, linenum, &reason)) == NULL) { in parse_principals_key_and_options()