Searched refs:av_des_mac (Results 1 – 3 of 3) sorted by relevance
71 void av_des_mac(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count);
328 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) in av_des_mac() function
173 av_des_mac(av_des, oc->sm_val, &enc_header[pos], (oc->i_size >> 3)); in rprobe()