Searched refs:fd_pkg (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c698 verify_pubsignature(int fd_pkg, int fd_sig) argument
719 if (rsa_verify_cert(fd_pkg, pubkey, NULL, 0, pk->sig,
737 verify_signature(int fd_pkg, int fd_sig) argument
814 if (rsa_verify_cert(fd_pkg, NULL, sc->cert, sc->certlen, sc->sig,
840 int fd_pkg, fd_sig; local
878 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1)
901 if (verify_signature(fd_pkg, fd_sig) == false)
918 if (verify_pubsignature(fd_pkg, fd_sig) == false)
927 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0)
950 if (fd_pkg !
1000 int fd_pkg, fd_sig, ret; local
[all...]

Completed in 58 milliseconds