Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssh/
HDauth2-pubkeyfile.c270 struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL; in auth_check_authkey_line() local
335 finalopts = keyopts; in auth_check_authkey_line()
354 if ((finalopts = sshauthopt_merge(keyopts, certopts, &reason)) == NULL) in auth_check_authkey_line()
379 if (finalopts == NULL) in auth_check_authkey_line()
382 *authoptsp = finalopts; in auth_check_authkey_line()
383 finalopts = NULL; in auth_check_authkey_line()
396 sshauthopt_free(finalopts); in auth_check_authkey_line()