hash              206 ffprobe.c      static struct AVHashContext *hash;
hash              711 ffprobe.c          if (!hash)
hash              713 ffprobe.c          av_hash_init(hash);
hash              714 ffprobe.c          av_hash_update(hash, data, size);
hash              715 ffprobe.c          snprintf(buf, sizeof(buf), "%s:", av_hash_get_name(hash));
hash              717 ffprobe.c          av_hash_final_hex(hash, p, buf + sizeof(buf) - p);
hash             3117 ffprobe.c              if ((ret = av_hash_alloc(&hash, show_data_hash)) < 0) {
hash             3172 ffprobe.c          av_hash_freep(&hash);
hash              280 libavcodec/adpcmenc.c     uint8_t *hash = s->trellis_hash;
hash              281 libavcodec/adpcmenc.c     memset(hash, 0xff, 65536 * sizeof(*hash));
hash              353 libavcodec/adpcmenc.c                     h = &hash[(uint16_t) dec_sample];\
hash              430 libavcodec/adpcmenc.c             memset(hash, 0xff, 65536 * sizeof(*hash));
hash              129 libavcodec/lzwenc.c     int h = hash(FFMAX(hash_prefix, 0), c);
hash              175 libavcodec/lzwenc.c         h = hash(0, i);
hash              244 libavcodec/lzwenc.c             code= hash(0, c);
hash             1317 libavcodec/motion_est.c         static const uint8_t hash[]={
hash             1375 libavcodec/motion_est.c                         map[(hashidx+hash[i])&255] = 1;
hash             1377 libavcodec/motion_est.c                 if(!map[(hashidx+hash[i])&255]){
hash             1379 libavcodec/motion_est.c                     map[(hashidx+hash[i])&255] = 1;
hash             1382 libavcodec/motion_est.c                         hashidx += hash[i];
hash              408 libavfilter/vf_palettegen.c     const unsigned hash = color_hash(color);
hash              409 libavfilter/vf_palettegen.c     struct hist_node *node = &hist[hash];
hash              330 libavfilter/vf_paletteuse.c     const unsigned hash = rhash<<(NBITS*2) | ghash<<NBITS | bhash;
hash              331 libavfilter/vf_paletteuse.c     struct cache_node *node = &cache[hash];
hash              149 libavformat/httpauth.c     uint8_t hash[16];
hash              167 libavformat/httpauth.c     av_md5_final(md5ctx, hash);
hash              168 libavformat/httpauth.c     ff_data_to_hex(A1hash, hash, 16, 1);
hash              175 libavformat/httpauth.c         av_md5_final(md5ctx, hash);
hash              176 libavformat/httpauth.c         ff_data_to_hex(A1hash, hash, 16, 1);
hash              186 libavformat/httpauth.c     av_md5_final(md5ctx, hash);
hash              187 libavformat/httpauth.c     ff_data_to_hex(A2hash, hash, 16, 1);
hash              196 libavformat/httpauth.c     av_md5_final(md5ctx, hash);
hash              197 libavformat/httpauth.c     ff_data_to_hex(response, hash, 16, 1);
hash               31 libavformat/md5enc.c     struct AVHashContext *hash;
hash               41 libavformat/md5enc.c     int len = av_hash_get_size(c->hash);
hash               43 libavformat/md5enc.c     av_hash_final(c->hash, md5);
hash               74 libavformat/md5enc.c     int res = av_hash_alloc(&c->hash, c->hash_name);
hash               77 libavformat/md5enc.c     av_hash_init(c->hash);
hash               84 libavformat/md5enc.c     av_hash_update(c->hash, pkt->data, pkt->size);
hash               92 libavformat/md5enc.c     av_strlcpy(buf, av_hash_get_name(c->hash), sizeof(buf) - 200);
hash               97 libavformat/md5enc.c     av_hash_freep(&c->hash);
hash              119 libavformat/md5enc.c     int res = av_hash_alloc(&c->hash, c->hash_name);
hash              124 libavformat/md5enc.c     avio_printf(s->pb, "#hash: %s\n", av_hash_get_name(c->hash));
hash              134 libavformat/md5enc.c     av_hash_init(c->hash);
hash              135 libavformat/md5enc.c     av_hash_update(c->hash, pkt->data, pkt->size);
hash              146 libavformat/md5enc.c     av_hash_freep(&c->hash);
hash             1617 libavformat/rtmpproto.c     uint8_t hash[16];
hash             1618 libavformat/rtmpproto.c     char hashstr[AV_BASE64_SIZE(sizeof(hash))], challenge2[10];
hash             1629 libavformat/rtmpproto.c     av_md5_final(md5, hash);
hash             1630 libavformat/rtmpproto.c     av_base64_encode(hashstr, sizeof(hashstr), hash,
hash             1631 libavformat/rtmpproto.c                      sizeof(hash));
hash             1639 libavformat/rtmpproto.c     av_md5_final(md5, hash);
hash             1640 libavformat/rtmpproto.c     av_base64_encode(hashstr, sizeof(hashstr), hash,
hash             1641 libavformat/rtmpproto.c                      sizeof(hash));
hash             1655 libavformat/rtmpproto.c     uint8_t hash[16];
hash             1674 libavformat/rtmpproto.c     av_md5_final(md5, hash);
hash             1675 libavformat/rtmpproto.c     ff_data_to_hex(hashstr1, hash, 16, 1);
hash             1684 libavformat/rtmpproto.c     av_md5_final(md5, hash);
hash             1685 libavformat/rtmpproto.c     ff_data_to_hex(hashstr2, hash, 16, 1);
hash             1701 libavformat/rtmpproto.c     av_md5_final(md5, hash);
hash             1702 libavformat/rtmpproto.c     ff_data_to_hex(hashstr1, hash, 16, 1);
hash               40 libavformat/sapdec.c     uint16_t hash;
hash              121 libavformat/sapdec.c         sap->hash = AV_RB16(&recvbuf[2]);
hash              206 libavformat/sapdec.c             uint16_t hash = AV_RB16(&recvbuf[2]);
hash              208 libavformat/sapdec.c             if (recvbuf[0] & 0x04 && hash == sap->hash) {
hash               34 libavutil/hmac.c     void *hash;
hash               73 libavutil/hmac.c         c->hash     = av_md5_alloc();
hash               81 libavutil/hmac.c         c->hash     = av_sha_alloc();
hash               89 libavutil/hmac.c         c->hash     = av_sha_alloc();
hash               97 libavutil/hmac.c         c->hash     = av_sha_alloc();
hash              105 libavutil/hmac.c         c->hash     = av_sha512_alloc();
hash              113 libavutil/hmac.c         c->hash     = av_sha512_alloc();
hash              119 libavutil/hmac.c     if (!c->hash) {
hash              130 libavutil/hmac.c     av_freep(&c->hash);
hash              139 libavutil/hmac.c         c->init(c->hash);
hash              140 libavutil/hmac.c         c->update(c->hash, key, keylen);
hash              141 libavutil/hmac.c         c->final(c->hash, c->key);
hash              147 libavutil/hmac.c     c->init(c->hash);
hash              152 libavutil/hmac.c     c->update(c->hash, block, c->blocklen);
hash              157 libavutil/hmac.c     c->update(c->hash, data, len);
hash              166 libavutil/hmac.c     c->final(c->hash, out);
hash              167 libavutil/hmac.c     c->init(c->hash);
hash              172 libavutil/hmac.c     c->update(c->hash, block, c->blocklen);
hash              173 libavutil/hmac.c     c->update(c->hash, out, c->hashlen);
hash              174 libavutil/hmac.c     c->final(c->hash, out);
hash               43 tools/ffhash.c static struct AVHashContext *hash;
hash               66 tools/ffhash.c     printf("%s=", av_hash_get_name(hash));
hash               68 tools/ffhash.c         av_hash_final_b64(hash, res, sizeof(res));
hash               71 tools/ffhash.c         av_hash_final_hex(hash, res, sizeof(res));
hash               88 tools/ffhash.c         printf("%s=OPEN-FAILED: %s:", av_hash_get_name(hash), strerror(errno));
hash               93 tools/ffhash.c     av_hash_init(hash);
hash              105 tools/ffhash.c         av_hash_update(hash, buffer, size);
hash              131 tools/ffhash.c     if ((ret = av_hash_alloc(&hash, hash_name)) < 0) {
hash              149 tools/ffhash.c     av_hash_freep(&hash);