Home
last modified time | relevance | path

Searched refs:av_des_mac (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
Ddes.h71 void av_des_mac(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count);
Ddes.c328 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) in av_des_mac() function
/third_party/ffmpeg/libavformat/
Domadec.c173 av_des_mac(av_des, oc->sm_val, &enc_header[pos], (oc->i_size >> 3)); in rprobe()