Searched refs:av_aes_alloc (Results 1 – 9 of 9) sorted by relevance
55 b = av_aes_alloc(); in main()78 ae = av_aes_alloc(); in main()79 ad = av_aes_alloc(); in main()
42 struct AVAES *av_aes_alloc(void);
71 a->aes = av_aes_alloc(); in av_aes_ctr_init()
31 struct AVAES *av_aes_alloc(void) in av_aes_alloc() function
151 c->aes_decrypt = av_aes_alloc(); in crypto_open2()166 c->aes_encrypt = av_aes_alloc(); in crypto_open2()
92 s->aes = av_aes_alloc(); in ff_srtp_set_crypto()
601 mxf->aesc = av_aes_alloc(); in mxf_decrypt_triplet()
1008 c->aes_decrypt = av_aes_alloc(); in mov_read_adrm()1099 c->aes_decrypt = av_aes_alloc(); in mov_aaxc_crypto()
117 if (!aes && !(aes = av_aes_alloc())) in run_lavu_aes128()