av_hash_alloc    3679 fftools/ffprobe.c         if ((ret = av_hash_alloc(&hash, show_data_hash)) < 0) {
av_hash_alloc      91 libavformat/hashenc.c     res = av_hash_alloc(&c->hashes[0], c->hash_name);
av_hash_alloc     109 libavformat/hashenc.c         res = av_hash_alloc(&c->hashes[i], c->hash_name);
av_hash_alloc     275 libavformat/hashenc.c     res = av_hash_alloc(&c->hashes[0], c->hash_name);
av_hash_alloc     126 libavutil/hash.h int av_hash_alloc(struct AVHashContext **ctx, const char *name);
av_hash_alloc      40 libavutil/tests/hash.c        if (av_hash_alloc(&ctx, av_hash_names(i)) < 0)
av_hash_alloc      87 tests/api/api-h264-slice-test.c         if ((ret = av_hash_alloc(&hash, "md5")) < 0) {
av_hash_alloc     131 tools/ffhash.c     if ((ret = av_hash_alloc(&hash, hash_name)) < 0) {