Lines Matching refs:hash
57 uint8_t hash[HASH_SIZE];
156 av_md5_final(md5, hash);
158 printf("%02x", hash[i]);
439 memcpy(content, hash, HASH_SIZE);
476 check(!memcmp(hash, content, HASH_SIZE), "delay_moov differs from empty_moov");
526 memcpy(header, hash, HASH_SIZE);
540 memcpy(content, hash, HASH_SIZE);
552 check(!memcmp(hash, header, HASH_SIZE), "delay_moov header differs from empty_moov");
559 check(!memcmp(hash, content, HASH_SIZE), "delay_moov content differs from empty_moov");
574 memcpy(content, hash, HASH_SIZE);
589 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");
603 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");
616 memcpy(header, hash, HASH_SIZE);
622 memcpy(content, hash, HASH_SIZE);
633 check(!memcmp(hash, header, HASH_SIZE), "discontinuously written header differs");
637 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");
649 memcpy(header, hash, HASH_SIZE);
655 memcpy(content, hash, HASH_SIZE);
667 check(!memcmp(hash, header, HASH_SIZE), "discontinuously written header differs");
671 check(!memcmp(hash, content, HASH_SIZE), "discontinuously written fragment differs");