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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddes.c250 static uint64_t key_shift_left(uint64_t CDn) { argument
251 uint64_t carries = (CDn >> 27) & 0x10000001;
252 CDn <<= 1;
253 CDn &= ~0x10000001;
254 CDn |= carries;
255 return CDn;
261 uint64_t CDn = shuffle(key, PC1_shuffle, sizeof(PC1_shuffle)); local
264 CDn = key_shift_left(CDn);
266 CDn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddes.c250 static uint64_t key_shift_left(uint64_t CDn) { argument
251 uint64_t carries = (CDn >> 27) & 0x10000001;
252 CDn <<= 1;
253 CDn &= ~0x10000001;
254 CDn |= carries;
255 return CDn;
261 uint64_t CDn = shuffle(key, PC1_shuffle, sizeof(PC1_shuffle)); local
264 CDn = key_shift_left(CDn);
266 CDn
[all...]

Completed in 33 milliseconds