Searched refs:userstyle (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | monitor.c | 1261 char *userstyle, *cp; in monitor_valid_userblob() local 1292 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_userblob() 1295 if (strcmp(userstyle, cp) != 0) { in monitor_valid_userblob() 1297 "expected %s != %.100s", userstyle, cp); in monitor_valid_userblob() 1300 free(userstyle); in monitor_valid_userblob() 1327 char *cp, *userstyle; in monitor_valid_hostbasedblob() local 1348 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_hostbasedblob() 1351 if (strcmp(userstyle, cp) != 0) { in monitor_valid_hostbasedblob() 1353 "expected %s != %.100s", userstyle, cp); in monitor_valid_hostbasedblob() 1356 free(userstyle); in monitor_valid_hostbasedblob()
|
D | auth2-pubkey.c | 96 char *pkalg = NULL, *userstyle = NULL, *key_s = NULL, *ca_s = NULL; in userauth_pubkey() local 197 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey() 201 (r = sshbuf_put_cstring(b, userstyle)) != 0 || in userauth_pubkey() 287 free(userstyle); in userauth_pubkey()
|