Home
last modified time | relevance | path

Searched refs:AES_CTR_IV_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
Daes_ctr.c47 memcpy(a->counter, iv, AES_CTR_IV_SIZE); in av_aes_ctr_set_iv()
48 memset(a->counter + AES_CTR_IV_SIZE, 0, sizeof(a->counter) - AES_CTR_IV_SIZE); in av_aes_ctr_set_iv()
103 memset(a->counter + AES_CTR_IV_SIZE, 0, sizeof(a->counter) - AES_CTR_IV_SIZE); in av_aes_ctr_increment_iv()
Daes_ctr.h30 #define AES_CTR_IV_SIZE (8) macro
/third_party/ffmpeg/libavformat/
Dmovenccenc.c114 ret = auxiliary_info_write(ctx, av_aes_ctr_get_iv(ctx->aes_ctr), AES_CTR_IV_SIZE); in mov_cenc_start_packet()
158 AES_CTR_IV_SIZE + ctx->auxiliary_info_size - ctx->auxiliary_info_subsample_start; in mov_cenc_end_packet()
331 avio_w8(pb, ctx->use_subsamples ? 0 : AES_CTR_IV_SIZE); /* default size*/ in mov_cenc_write_saiz_tag()
358 avio_w8(pb, AES_CTR_IV_SIZE); /* iv size */ in mov_cenc_write_schi_tag()