Home
last modified time | relevance | path

Searched refs:userstyle (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dmonitor.c1274 char *userstyle, *cp; in monitor_valid_userblob() local
1305 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_userblob()
1308 if (strcmp(userstyle, cp) != 0) { in monitor_valid_userblob()
1310 "expected %s != %.100s", userstyle, cp); in monitor_valid_userblob()
1313 free(userstyle); in monitor_valid_userblob()
1355 char *cp, *userstyle; in monitor_valid_hostbasedblob() local
1376 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_hostbasedblob()
1379 if (strcmp(userstyle, cp) != 0) { in monitor_valid_hostbasedblob()
1381 "expected %s != %.100s", userstyle, cp); in monitor_valid_hostbasedblob()
1384 free(userstyle); in monitor_valid_hostbasedblob()
H A Dauth2-pubkey.c95 char *pkalg = NULL, *userstyle = NULL, *key_s = NULL, *ca_s = NULL; in userauth_pubkey() local
204 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey()
208 (r = sshbuf_put_cstring(b, userstyle)) != 0 || in userauth_pubkey()
307 free(userstyle); in userauth_pubkey()