AVAESCTR 49 libavformat/isom.h struct AVAESCTR; AVAESCTR 239 libavformat/isom.h struct AVAESCTR* aes_ctr; AVAESCTR 34 libavformat/movenccenc.h struct AVAESCTR* aes_ctr; AVAESCTR 36 libavutil/aes_ctr.c struct AVAESCTR *av_aes_ctr_alloc(void) AVAESCTR 38 libavutil/aes_ctr.c return av_mallocz(sizeof(struct AVAESCTR)); AVAESCTR 41 libavutil/aes_ctr.c void av_aes_ctr_set_iv(struct AVAESCTR *a, const uint8_t* iv) AVAESCTR 48 libavutil/aes_ctr.c void av_aes_ctr_set_full_iv(struct AVAESCTR *a, const uint8_t* iv) AVAESCTR 54 libavutil/aes_ctr.c const uint8_t* av_aes_ctr_get_iv(struct AVAESCTR *a) AVAESCTR 59 libavutil/aes_ctr.c void av_aes_ctr_set_random_iv(struct AVAESCTR *a) AVAESCTR 69 libavutil/aes_ctr.c int av_aes_ctr_init(struct AVAESCTR *a, const uint8_t *key) AVAESCTR 84 libavutil/aes_ctr.c void av_aes_ctr_free(struct AVAESCTR *a) AVAESCTR 104 libavutil/aes_ctr.c void av_aes_ctr_increment_iv(struct AVAESCTR *a) AVAESCTR 111 libavutil/aes_ctr.c void av_aes_ctr_crypt(struct AVAESCTR *a, uint8_t *dst, const uint8_t *src, int count) AVAESCTR 33 libavutil/aes_ctr.h struct AVAESCTR; AVAESCTR 38 libavutil/aes_ctr.h struct AVAESCTR *av_aes_ctr_alloc(void); AVAESCTR 44 libavutil/aes_ctr.h int av_aes_ctr_init(struct AVAESCTR *a, const uint8_t *key); AVAESCTR 49 libavutil/aes_ctr.h void av_aes_ctr_free(struct AVAESCTR *a); AVAESCTR 57 libavutil/aes_ctr.h void av_aes_ctr_crypt(struct AVAESCTR *a, uint8_t *dst, const uint8_t *src, int size); AVAESCTR 62 libavutil/aes_ctr.h const uint8_t* av_aes_ctr_get_iv(struct AVAESCTR *a); AVAESCTR 67 libavutil/aes_ctr.h void av_aes_ctr_set_random_iv(struct AVAESCTR *a); AVAESCTR 72 libavutil/aes_ctr.h void av_aes_ctr_set_iv(struct AVAESCTR *a, const uint8_t* iv); AVAESCTR 77 libavutil/aes_ctr.h void av_aes_ctr_set_full_iv(struct AVAESCTR *a, const uint8_t* iv); AVAESCTR 82 libavutil/aes_ctr.h void av_aes_ctr_increment_iv(struct AVAESCTR *a); AVAESCTR 31 libavutil/tests/aes_ctr.c struct AVAESCTR *ae, *ad;