Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Daes_ctr.h81 void av_aes_ctr_increment_iv(struct AVAESCTR *a);
Daes_ctr.c100 void av_aes_ctr_increment_iv(struct AVAESCTR *a) in av_aes_ctr_increment_iv() function
/third_party/ffmpeg/libavformat/
Dmovenccenc.c141 av_aes_ctr_increment_iv(ctx->aes_ctr); in mov_cenc_end_packet()