Searched refs:tag_buf (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rsd.c | 73 const char *tag_buf = av_fourcc2str(par->codec_tag); in rsd_read_header() local 76 avpriv_request_sample(s, "Codec tag: %s", tag_buf); in rsd_read_header() 80 av_log(s, AV_LOG_ERROR, "Unknown codec tag: %s\n", tag_buf); in rsd_read_header()
|
/third_party/mbedtls/library/ |
H A D | gcm.c | 1021 unsigned char tag_buf[16]; in mbedtls_gcm_self_test() local 1082 buf, 16, tag_buf); in mbedtls_gcm_self_test() 1097 memcmp(tag_buf, tag_test_data[j * 6 + i], 16) != 0) { in mbedtls_gcm_self_test() 1128 ct_test_data[j * 6 + i], buf, 16, tag_buf); in mbedtls_gcm_self_test() 1136 memcmp(tag_buf, tag_test_data[j * 6 + i], 16) != 0) { in mbedtls_gcm_self_test() 1211 ret = mbedtls_gcm_finish(&ctx, NULL, 0, &olen, tag_buf, 16); in mbedtls_gcm_self_test() 1218 memcmp(tag_buf, tag_test_data[j * 6 + i], 16) != 0) { in mbedtls_gcm_self_test() 1291 ret = mbedtls_gcm_finish(&ctx, NULL, 0, &olen, tag_buf, 16); in mbedtls_gcm_self_test() 1298 memcmp(tag_buf, tag_test_data[j * 6 + i], 16) != 0) { in mbedtls_gcm_self_test()
|
Completed in 5 milliseconds