Lines Matching refs:pub
271 /* try .pub suffix */
272 if (asprintf(&pubfile, "%s.pub", filename) == -1)
296 struct sshkey *pub = NULL;
303 if (asprintf(&file, "%s-cert.pub", filename) == -1)
308 sshkey_free(pub);
378 struct sshkey *pub = NULL;
387 sshkey_free(pub);
388 pub = NULL;
403 if ((pub = sshkey_new(KEY_UNSPEC)) == NULL) {
407 switch (r = sshkey_read(pub, &cp)) {
415 if (sshkey_compare(key, pub) ||
417 sshkey_compare(key->cert->signature_key, pub))) {
425 sshkey_free(pub);