114 struct AVHashContext;
124 int av_hash_alloc(
struct AVHashContext **ctx,
const char *name);
155 #define AV_HASH_MAX_SIZE 64 182 void av_hash_update(
struct AVHashContext *ctx,
const uint8_t *src,
int len);
void av_hash_final_b64(struct AVHashContext *ctx, uint8_t *dst, int size)
size_t size
Definition: mem.h:207
const char * av_hash_get_name(const struct AVHashContext *ctx)
void av_hash_init(struct AVHashContext *ctx)
void av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size)
void av_hash_final(struct AVHashContext *ctx, uint8_t *dst)
int av_hash_get_size(const struct AVHashContext *ctx)
int av_hash_alloc(struct AVHashContext **ctx, const char *name)
const char * av_hash_names(int i)
void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, int len)
void av_hash_freep(struct AVHashContext **ctx)
void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size)