Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac_private.h108 struct archive_hmac { struct
110 int (*__hmac_sha1_init)(archive_hmac_sha1_ctx *, const uint8_t *, argument
112 void (*__hmac_sha1_update)(archive_hmac_sha1_ctx *, const uint8_t *, argument
114 void (*__hmac_sha1_final)(archive_hmac_sha1_ctx *, uint8_t *, size_t *); argument
115 void (*__hmac_sha1_cleanup)(archive_hmac_sha1_ctx *); argument