Searched refs:userstyle (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | auth2-pubkey.c | 79 char *pkalg, *userstyle; in userauth_pubkey() local 148 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey() 151 buffer_put_cstring(&b, userstyle); in userauth_pubkey() 152 free(userstyle); in userauth_pubkey()
|
D | monitor.c | 1299 char *p, *userstyle; in monitor_valid_userblob() local 1325 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_userblob() 1328 if (strcmp(userstyle, p) != 0) { in monitor_valid_userblob() 1330 userstyle, p); in monitor_valid_userblob() 1333 free(userstyle); in monitor_valid_userblob() 1360 char *p, *userstyle; in monitor_valid_hostbasedblob() local 1377 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_hostbasedblob() 1380 if (strcmp(userstyle, p) != 0) { in monitor_valid_hostbasedblob() 1382 userstyle, p); in monitor_valid_hostbasedblob() 1385 free(userstyle); in monitor_valid_hostbasedblob()
|