Lines Matching refs:msg
29 char *msg; in fromauth() local
47 msg = 0; in fromauth()
50 msg = error; in fromauth()
56 msg = error; in fromauth()
60 msg = error; in fromauth()
64 msg = pbmsg; in fromauth()
69 return msg; in fromauth()
75 char *msg; in doauthenticate() local
90 msg = fromauth(mp, trbuf, tbuf); in doauthenticate()
92 if(msg == 0) in doauthenticate()
97 fprint(2, "no authentication server (%s), using your key as server key\n", msg); in doauthenticate()
103 char *msg; in checkkey() local
115 msg = fromauth(mp, trbuf, tbuf); in checkkey()
116 if(msg == ccmsg){ in checkkey()
120 if(msg) in checkkey()
121 return msg; in checkkey()