Searched refs:AVDES (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddes.h27 struct AVDES { struct
33 * @brief Initializes an AVDES context.
38 int av_des_init(struct AVDES *d, const uint8_t *key, int key_bits, int decrypt);
50 void av_des_crypt(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
59 void av_des_mac(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count);
H A Ddes.c27 typedef struct AVDES AVDES; typedef in typeref:struct:AVDES
289 int av_des_init(AVDES *d, const uint8_t *key, int key_bits, av_unused int decrypt) {
301 static void av_des_crypt_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt, int mac) {
331 void av_des_crypt(AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) {
335 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) {
363 AVDES d;
386 AVDES d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddes.h27 struct AVDES { struct
33 * @brief Initializes an AVDES context.
38 int av_des_init(struct AVDES *d, const uint8_t *key, int key_bits, int decrypt);
50 void av_des_crypt(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
59 void av_des_mac(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count);
H A Ddes.c27 typedef struct AVDES AVDES; typedef in typeref:struct:AVDES
289 int av_des_init(AVDES *d, const uint8_t *key, int key_bits, int decrypt) {
301 static void av_des_crypt_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt, int mac) {
331 void av_des_crypt(AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) {
335 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) {
364 AVDES d;
387 AVDES d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Domadec.c76 struct AVDES av_des;
127 struct AVDES av_des;
158 struct AVDES av_des;
H A Dasfcrypt.c149 struct AVDES des;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Domadec.c74 struct AVDES av_des;
120 struct AVDES av_des;
147 struct AVDES av_des;
H A Dasfcrypt.c139 struct AVDES des;

Completed in 81 milliseconds