Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkeyfile.c280 struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL; in auth_check_authkey_line() local
345 finalopts = keyopts; in auth_check_authkey_line()
364 if ((finalopts = sshauthopt_merge(keyopts, certopts, &reason)) == NULL) in auth_check_authkey_line()
389 if (finalopts == NULL) in auth_check_authkey_line()
392 *authoptsp = finalopts; in auth_check_authkey_line()
393 finalopts = NULL; in auth_check_authkey_line()
406 sshauthopt_free(finalopts); in auth_check_authkey_line()