Searched refs:pkgsign_new (Results 1 – 3 of 3) sorted by relevance
49 pkgsign_new_cb *pkgsign_new; member
101 pkgsign_new(const char *name, struct pkgsign_ctx **ctx) in pkgsign_new() function 134 if (ops->pkgsign_new != NULL) in pkgsign_new() 135 ret = (*ops->pkgsign_new)(name, nctx); in pkgsign_new() 697 if (pkgsign_new(pk->sigtype, &sctx) != 0) { in verify_pubsignature() 809 if (pkgsign_new(sc->type, &sctx) != 0) { in verify_signature()
603 .pkgsign_new = ecc_new,