Home
last modified time | relevance | path

Searched refs:sha256_fd (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/pkg/
H A Dhash.h32 char *sha256_fd(int fd);
H A Dhash.c43 sha256_fd(int fd) in sha256_fd() function
H A Drsa.c160 if ((sha256 = sha256_fd(fd)) == NULL) { in rsa_verify_cert()
H A Decc.c569 if ((sha256 = sha256_fd(fd)) != NULL) { in ecc_verify_cert()
H A Dpkg.c684 if ((data = sha256_fd(fd_pkg)) == NULL) { in verify_pubsignature()