Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmonitor.c1405 char *userstyle, *cp; in monitor_valid_userblob() local
1436 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_userblob()
1439 if (strcmp(userstyle, cp) != 0) { in monitor_valid_userblob()
1441 "expected %s != %.100s", userstyle, cp); in monitor_valid_userblob()
1444 free(userstyle); in monitor_valid_userblob()
1486 char *cp, *userstyle; in monitor_valid_hostbasedblob() local
1507 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_hostbasedblob()
1510 if (strcmp(userstyle, cp) != 0) { in monitor_valid_hostbasedblob()
1512 "expected %s != %.100s", userstyle, cp); in monitor_valid_hostbasedblob()
1515 free(userstyle); in monitor_valid_hostbasedblob()
H A Dauth2-pubkey.c94 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()