Lines Matching refs:pub
270 /* try .pub suffix */
271 if (asprintf(&pubfile, "%s.pub", filename) == -1)
295 struct sshkey *pub = NULL;
302 if (asprintf(&file, "%s-cert.pub", filename) == -1)
307 sshkey_free(pub);
375 struct sshkey *pub = NULL;
384 sshkey_free(pub);
385 pub = NULL;
400 if ((pub = sshkey_new(KEY_UNSPEC)) == NULL) {
404 switch (r = sshkey_read(pub, &cp)) {
412 if (sshkey_compare(key, pub) ||
414 sshkey_compare(key->cert->signature_key, pub))) {
422 sshkey_free(pub);