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

/freebsd-10.3-release/usr.sbin/pkg/
H A Dpkg.c690 verify_pubsignature(int fd_pkg, int fd_sig) argument
711 if (rsa_verify_cert(fd_pkg, pubkey, NULL, 0, pk->sig,
729 verify_signature(int fd_pkg, int fd_sig) argument
806 if (rsa_verify_cert(fd_pkg, NULL, sc->cert, sc->certlen, sc->sig,
832 int fd_pkg, fd_sig; local
867 if ((fd_pkg = fetch_to_fd(url, tmppkg)) == -1)
885 if (verify_signature(fd_pkg, fd_sig) == false)
901 if (verify_pubsignature(fd_pkg, fd_sig) == false)
910 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0)
928 if (fd_pkg !
969 int fd_pkg, fd_sig, ret; local
[all...]

Completed in 1182 milliseconds