Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dauth2-pubkeyfile.c271 struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL; in auth_check_authkey_line() local
336 finalopts = keyopts; in auth_check_authkey_line()
355 if ((finalopts = sshauthopt_merge(keyopts, certopts, &reason)) == NULL) in auth_check_authkey_line()
380 if (finalopts == NULL) in auth_check_authkey_line()
383 *authoptsp = finalopts; in auth_check_authkey_line()
384 finalopts = NULL; in auth_check_authkey_line()
397 sshauthopt_free(finalopts); in auth_check_authkey_line()