Home
last modified time | relevance | path

Searched refs:av_aes_alloc (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Daes.c55 b = av_aes_alloc(); in main()
78 ae = av_aes_alloc(); in main()
79 ad = av_aes_alloc(); in main()
/third_party/ffmpeg/libavutil/
Daes.h42 struct AVAES *av_aes_alloc(void);
Daes_ctr.c71 a->aes = av_aes_alloc(); in av_aes_ctr_init()
Daes.c31 struct AVAES *av_aes_alloc(void) in av_aes_alloc() function
/third_party/ffmpeg/libavformat/
Dcrypto.c151 c->aes_decrypt = av_aes_alloc(); in crypto_open2()
166 c->aes_encrypt = av_aes_alloc(); in crypto_open2()
Dsrtp.c92 s->aes = av_aes_alloc(); in ff_srtp_set_crypto()
Dmxfdec.c601 mxf->aesc = av_aes_alloc(); in mxf_decrypt_triplet()
Dmov.c1008 c->aes_decrypt = av_aes_alloc(); in mov_read_adrm()
1099 c->aes_decrypt = av_aes_alloc(); in mov_aaxc_crypto()
/third_party/ffmpeg/tools/
Dcrypto_bench.c117 if (!aes && !(aes = av_aes_alloc())) in run_lavu_aes128()