pkgsign_new
.pkgsign_new = ecc_new,
if (ops->pkgsign_new != NULL)
ret = (*ops->pkgsign_new)(name, nctx);
if (pkgsign_new(pk->sigtype, &sctx) != 0) {
if (pkgsign_new(sc->type, &sctx) != 0) {
pkgsign_new_cb *pkgsign_new;