Searched refs:sshsigopt_parse (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | sshsigopt_fuzz.cc | 20 if ((opts = sshsigopt_parse(cp, "libfuzzer", 0, NULL)) == NULL) in LLVMFuzzerTestOneInput()
|
| /src/crypto/openssh/ |
| H A D | sshsig.h | 92 struct sshsigopt *sshsigopt_parse(const char *opts,
|
| H A D | sshsig.c | 640 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()
|