Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmonitor.c1371 char *userstyle, *cp; in monitor_valid_userblob() local
1402 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_userblob()
1405 if (strcmp(userstyle, cp) != 0) { in monitor_valid_userblob()
1407 "expected %s != %.100s", userstyle, cp); in monitor_valid_userblob()
1410 free(userstyle); in monitor_valid_userblob()
1452 char *cp, *userstyle; in monitor_valid_hostbasedblob() local
1473 xasprintf(&userstyle, "%s%s%s", authctxt->user, in monitor_valid_hostbasedblob()
1476 if (strcmp(userstyle, cp) != 0) { in monitor_valid_hostbasedblob()
1478 "expected %s != %.100s", userstyle, cp); in monitor_valid_hostbasedblob()
1481 free(userstyle); in monitor_valid_hostbasedblob()
H A Dauth2-pubkey.c100 char *pkalg = NULL, *userstyle = NULL, *key_s = NULL, *ca_s = NULL; in userauth_pubkey() local
209 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey()
213 (r = sshbuf_put_cstring(b, userstyle)) != 0 || in userauth_pubkey()
312 free(userstyle); in userauth_pubkey()