Home
last modified time | relevance | path

Searched refs:archive_hmac_sha1_ctx (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_hmac.c58 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
72 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
129 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
144 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
181 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
194 static void __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
210 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
223 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
241 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
257 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
[all …]
H A Darchive_hmac_private.h53 typedef CCHmacContext archive_hmac_sha1_ctx; typedef
64 } archive_hmac_sha1_ctx; typedef
69 typedef mbedtls_md_context_t archive_hmac_sha1_ctx; typedef
74 typedef struct hmac_sha1_ctx archive_hmac_sha1_ctx; typedef
79 typedef HMAC_CTX* archive_hmac_sha1_ctx; typedef
83 typedef int archive_hmac_sha1_ctx; typedef
101 int (*__hmac_sha1_init)(archive_hmac_sha1_ctx *, const uint8_t *,
103 void (*__hmac_sha1_update)(archive_hmac_sha1_ctx *, const uint8_t *,
105 void (*__hmac_sha1_final)(archive_hmac_sha1_ctx *, uint8_t *, size_t *);
106 void (*__hmac_sha1_cleanup)(archive_hmac_sha1_ctx *);
H A Darchive_write_set_format_zip.c143 archive_hmac_sha1_ctx hctx;
1676 archive_hmac_sha1_ctx hctx; in is_winzip_aes_encryption_supported()
H A Darchive_read_support_format_zip.c239 archive_hmac_sha1_ctx hctx;