Searched refs:userstyle (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | monitor.c | 1221 char *userstyle, *cp; in monitor_valid_userblob() local 1247 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_userblob() 1250 if (strcmp(userstyle, cp) != 0) { in monitor_valid_userblob() 1252 "expected %s != %.100s", userstyle, cp); in monitor_valid_userblob() 1255 free(userstyle); in monitor_valid_userblob() 1282 char *p, *userstyle; in monitor_valid_hostbasedblob() local 1299 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_hostbasedblob() 1302 if (strcmp(userstyle, p) != 0) { in monitor_valid_hostbasedblob() 1304 userstyle, p); in monitor_valid_hostbasedblob() 1307 free(userstyle); in monitor_valid_hostbasedblob()
|
D | auth2-pubkey.c | 82 char *pkalg, *userstyle, *fp = NULL; in userauth_pubkey() local 154 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey() 157 buffer_put_cstring(&b, userstyle); in userauth_pubkey() 158 free(userstyle); in userauth_pubkey()
|