Home
last modified time | relevance | path

Searched defs:hash_file (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dpkg_signature.c222 parse_hash_file(const char *hash_file, char **pkgname, in parse_hash_file()
323 char *hash_file, *signature_file; in pkg_verify_signature() local
529 char *hash_file, *signature_file, *tmp, *pkgname, hash[SHA512_DIGEST_STRING_LENGTH]; in pkg_sign_x509() local
622 char *hash_file, *signature_file, *tmp, *pkgname, hash[SHA512_DIGEST_STRING_LENGTH]; in pkg_sign_gpg() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshsig.c503 hash_file(int fd, const char *hashalg, struct sshbuf **bp) in hash_file() function