Lines Matching refs:AVHashContext
115 struct AVHashContext;
125 int av_hash_alloc(struct AVHashContext **ctx, const char *name);
140 const char *av_hash_get_name(const struct AVHashContext *ctx);
167 int av_hash_get_size(const struct AVHashContext *ctx);
174 void av_hash_init(struct AVHashContext *ctx);
183 void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, size_t len);
199 void av_hash_final(struct AVHashContext *ctx, uint8_t *dst);
214 void av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size);
232 void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size);
250 void av_hash_final_b64(struct AVHashContext *ctx, uint8_t *dst, int size);
257 void av_hash_freep(struct AVHashContext **ctx);