Searched defs:archive_hmac (Results 1 – 1 of 1) sorted by relevance
108 struct archive_hmac { struct110 int (*__hmac_sha1_init)(archive_hmac_sha1_ctx *, const uint8_t *, argument112 void (*__hmac_sha1_update)(archive_hmac_sha1_ctx *, const uint8_t *, argument114 void (*__hmac_sha1_final)(archive_hmac_sha1_ctx *, uint8_t *, size_t *); argument115 void (*__hmac_sha1_cleanup)(archive_hmac_sha1_ctx *); argument