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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Ddes.c198 static uint64_t shuffle(uint64_t in, const uint8_t *shuffle, int shuffle_len) { argument
201 for (i = 0; i < shuffle_len; i++)
206 static uint64_t shuffle_inv(uint64_t in, const uint8_t *shuffle, int shuffle_len) { argument
209 shuffle += shuffle_len - 1;
210 for (i = 0; i < shuffle_len; i++) {

Completed in 41 milliseconds