Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c94 char *pkalg = NULL, *userstyle = NULL, *key_s = NULL, *ca_s = NULL; in userauth_pubkey() local
179 ca_s = format_key(key->cert->signature_key); in userauth_pubkey()
184 ca_s == NULL ? "" : " CA ", ca_s == NULL ? "" : ca_s); in userauth_pubkey()
267 ca_s == NULL ? "" : " CA ", ca_s == NULL ? "" : ca_s); in userauth_pubkey()
310 free(ca_s); in userauth_pubkey()