Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_hmac_private.h99 struct archive_hmac { struct
101 int (*__hmac_sha1_init)(archive_hmac_sha1_ctx *, const uint8_t *, argument
103 void (*__hmac_sha1_update)(archive_hmac_sha1_ctx *, const uint8_t *, argument
105 void (*__hmac_sha1_final)(archive_hmac_sha1_ctx *, uint8_t *, size_t *); argument
106 void (*__hmac_sha1_cleanup)(archive_hmac_sha1_ctx *); argument