Home
last modified time | relevance | path

Searched refs:sha256_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pkg/
H A Dhash.h31 char *sha256_buf(char *buf, size_t len);
H A Dhash.c36 sha256_buf(char *buf, size_t len) in sha256_buf() function
H A Dpkg.c781 hash = sha256_buf(sc->cert, sc->certlen); in verify_signature()