Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c101 char *pkalg = NULL, *userstyle = NULL, *key_s = NULL, *ca_s = NULL; in userauth_pubkey() local
210 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey()
214 (r = sshbuf_put_cstring(b, userstyle)) != 0 || in userauth_pubkey()
313 free(userstyle); in userauth_pubkey()