OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_method_info
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth2.c
701
free(authctxt->
auth_method_info
);
703
authctxt->
auth_method_info
= NULL;
713
free(authctxt->
auth_method_info
);
714
authctxt->
auth_method_info
= NULL;
717
i = vasprintf(&authctxt->
auth_method_info
, fmt, ap);
807
if (authctxt->
auth_method_info
!= NULL) {
809
if (strchr(authctxt->
auth_method_info
, '\n') != NULL)
810
fatal_f("
auth_method_info
contains \\n");
813
authctxt->
auth_method_info
)) != 0) {
auth.h
94
char *
auth_method_info
;
member in struct:Authctxt
auth.c
329
* auth_log()'s message. Also includes authxtct->
auth_method_info
if present.
335
const char *methinfo = authctxt->
auth_method_info
;
398
if (authctxt->
auth_method_info
!= NULL)
399
extra = xstrdup(authctxt->
auth_method_info
);
Completed in 18 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026