AVHashContext     261 fftools/ffprobe.c static struct AVHashContext *hash;
AVHashContext      32 libavformat/hashenc.c     struct AVHashContext **hashes;
AVHashContext      90 libavutil/hash.c const char *av_hash_get_name(const AVHashContext *ctx)
AVHashContext      95 libavutil/hash.c int av_hash_get_size(const AVHashContext *ctx)
AVHashContext     100 libavutil/hash.c int av_hash_alloc(AVHashContext **ctx, const char *name)
AVHashContext     102 libavutil/hash.c     AVHashContext *res;
AVHashContext     137 libavutil/hash.c void av_hash_init(AVHashContext *ctx)
AVHashContext     159 libavutil/hash.c void av_hash_update(AVHashContext *ctx, const uint8_t *src, int len)
AVHashContext     161 libavutil/hash.c void av_hash_update(AVHashContext *ctx, const uint8_t *src, size_t len)
AVHashContext     183 libavutil/hash.c void av_hash_final(AVHashContext *ctx, uint8_t *dst)
AVHashContext     204 libavutil/hash.c void av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size)
AVHashContext     215 libavutil/hash.c void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size)
AVHashContext     225 libavutil/hash.c void av_hash_final_b64(struct AVHashContext *ctx, uint8_t *dst, int size)
AVHashContext     238 libavutil/hash.c void av_hash_freep(AVHashContext **ctx)
AVHashContext     116 libavutil/hash.h struct AVHashContext;
AVHashContext     126 libavutil/hash.h int av_hash_alloc(struct AVHashContext **ctx, const char *name);
AVHashContext     141 libavutil/hash.h const char *av_hash_get_name(const struct AVHashContext *ctx);
AVHashContext     168 libavutil/hash.h int av_hash_get_size(const struct AVHashContext *ctx);
AVHashContext     175 libavutil/hash.h void av_hash_init(struct AVHashContext *ctx);
AVHashContext     185 libavutil/hash.h void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, int len);
AVHashContext     187 libavutil/hash.h void av_hash_update(struct AVHashContext *ctx, const uint8_t *src, size_t len);
AVHashContext     204 libavutil/hash.h void av_hash_final(struct AVHashContext *ctx, uint8_t *dst);
AVHashContext     219 libavutil/hash.h void av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size);
AVHashContext     237 libavutil/hash.h void av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size);
AVHashContext     255 libavutil/hash.h void av_hash_final_b64(struct AVHashContext *ctx, uint8_t *dst, int size);
AVHashContext     262 libavutil/hash.h void av_hash_freep(struct AVHashContext **ctx);
AVHashContext      31 libavutil/tests/hash.c    struct AVHashContext *ctx = NULL;
AVHashContext      63 tests/api/api-h264-slice-test.c         struct AVHashContext *hash;
AVHashContext      43 tools/ffhash.c static struct AVHashContext *hash;