Searched refs:AVAES (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Daes.h37 struct AVAES;
40 * Allocate an AVAES context.
42 struct AVAES *av_aes_alloc(void);
45 * Initialize an AVAES context.
49 int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt);
59 void av_aes_crypt(struct AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
H A Daes.c35 typedef struct AVAES { struct
41 } AVAES; typedef in typeref:struct:AVAES
43 const int av_aes_size= sizeof(AVAES);
45 struct AVAES *av_aes_alloc(void)
47 return av_mallocz(sizeof(struct AVAES));
130 static inline void crypt(AVAES *a, int s, const uint8_t *sbox,
143 void av_aes_crypt(AVAES *a, uint8_t *dst, const uint8_t *src,
194 int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt)
276 AVAES b;
311 AVAES a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Daes.h34 struct AVAES;
37 * Initialize an AVAES context.
41 int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt);
51 void av_aes_crypt(struct AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
H A Daes.c34 typedef struct AVAES { struct
40 } AVAES; typedef in typeref:struct:AVAES
42 const int av_aes_size= sizeof(AVAES);
124 static inline void crypt(AVAES *a, int s, const uint8_t *sbox,
137 void av_aes_crypt(AVAES *a, uint8_t *dst, const uint8_t *src,
188 int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt)
269 AVAES b;
304 AVAES ae, ad;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtp.h27 struct AVAES;
31 struct AVAES *aes;
H A Dcrypto.c44 struct AVAES *aes;
H A Dsrtp.c41 static void encrypt_counter(struct AVAES *aes, uint8_t *iv, uint8_t *outbuf,
54 static void derive_key(struct AVAES *aes, const uint8_t *salt, int label,
H A Dmxfdec.c218 struct AVAES *aesc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcrypto.c44 struct AVAES *aes;
H A Dmxfdec.c135 struct AVAES *aesc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dcrypto_bench.c107 static struct AVAES *aes;

Completed in 91 milliseconds