Lines Matching defs:pubkey
524 static struct pubkey *
527 struct pubkey *pk;
539 pk = calloc(1, sizeof(struct pubkey));
647 struct pubkey *pk;
652 const char *pubkey;
660 if (r->pubkey == NULL) {
664 pubkey = r->pubkey;
666 if (config_string(PUBKEY, &pubkey) != 0) {
703 printf("Verifying signature with public key %s.a.. ", r->pubkey);
704 if (pkgsign_verify_data(sctx, data, datasz, r->pubkey, NULL, 0, pk->sig,
780 /* Parse signature and pubkey out of the certificate */