Symbol: sshauthopt_free
regress/usr.bin/ssh/unittests/authopt/tests.c
142
sshauthopt_free(opts); \
regress/usr.bin/ssh/unittests/authopt/tests.c
150
sshauthopt_free(expected); \
regress/usr.bin/ssh/unittests/authopt/tests.c
151
sshauthopt_free(opts); \
regress/usr.bin/ssh/unittests/authopt/tests.c
295
sshauthopt_free(expected); \
regress/usr.bin/ssh/unittests/authopt/tests.c
296
sshauthopt_free(opts); \
regress/usr.bin/ssh/unittests/authopt/tests.c
402
sshauthopt_free(expected); \
regress/usr.bin/ssh/unittests/authopt/tests.c
403
sshauthopt_free(merge_opts); \
regress/usr.bin/ssh/unittests/authopt/tests.c
404
sshauthopt_free(key_opts); \
regress/usr.bin/ssh/unittests/authopt/tests.c
405
sshauthopt_free(cert_opts); \
usr.bin/ssh/auth-options.c
492
sshauthopt_free(ret);
usr.bin/ssh/auth-options.c
513
sshauthopt_free(ret);
usr.bin/ssh/auth-options.c
518
sshauthopt_free(ret);
usr.bin/ssh/auth-options.c
649
sshauthopt_free(ret);
usr.bin/ssh/auth-options.c
680
sshauthopt_free(ret); \
usr.bin/ssh/auth-options.c
695
sshauthopt_free(ret);
usr.bin/ssh/auth-options.c
906
sshauthopt_free(opts);
usr.bin/ssh/auth-options.h
83
void sshauthopt_free(struct sshauthopt *opts);
usr.bin/ssh/auth.c
672
sshauthopt_free(old);
usr.bin/ssh/auth.c
692
sshauthopt_free(restricted);
usr.bin/ssh/auth2-pubkey.c
303
sshauthopt_free(authopts);
usr.bin/ssh/auth2-pubkey.c
356
sshauthopt_free(opts);
usr.bin/ssh/auth2-pubkey.c
365
sshauthopt_free(opts);
usr.bin/ssh/auth2-pubkey.c
611
sshauthopt_free(principals_opts);
usr.bin/ssh/auth2-pubkey.c
612
sshauthopt_free(cert_opts);
usr.bin/ssh/auth2-pubkey.c
613
sshauthopt_free(final_opts);
usr.bin/ssh/auth2-pubkey.c
842
sshauthopt_free(opts);
usr.bin/ssh/auth2-pubkey.c
856
sshauthopt_free(opts);
usr.bin/ssh/auth2-pubkey.c
862
sshauthopt_free(opts);
usr.bin/ssh/auth2-pubkey.c
871
sshauthopt_free(opts);
usr.bin/ssh/auth2-pubkeyfile.c
220
sshauthopt_free(opts);
usr.bin/ssh/auth2-pubkeyfile.c
406
sshauthopt_free(keyopts);
usr.bin/ssh/auth2-pubkeyfile.c
407
sshauthopt_free(certopts);
usr.bin/ssh/auth2-pubkeyfile.c
408
sshauthopt_free(finalopts);
usr.bin/ssh/monitor.c
1142
sshauthopt_free(opts);
usr.bin/ssh/monitor.c
528
sshauthopt_free(key_opts);
usr.bin/ssh/monitor_wrap.c
546
sshauthopt_free(opts);
usr.bin/ssh/sshd-auth.c
725
sshauthopt_free(auth_opts);