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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsquare.cpp43 GetUserKey(BIG_ENDIAN_ORDER, roundkeys[0], KEYLENGTH/4, userKey, KEYLENGTH);
48 roundkeys[i][0] = roundkeys[i-1][0] ^ rotlFixed(roundkeys[i-1][3], 8U) ^ offset[i-1];
49 roundkeys[i][1] = roundkeys[i-1][1] ^ roundkeys[i][0];
50 roundkeys[i][2] = roundkeys[i-1][2] ^ roundkeys[
[all...]
H A Dsquare.h27 FixedSizeSecBlock<word32[4], ROUNDS+1> roundkeys; member in class:Square::Base
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddes.c394 uint64_t roundkeys[16]; local
398 gen_roundkeys(roundkeys, key[0]);
399 if (des_encdec(data, roundkeys, 0) != AV_RB64(crypt)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddes.c396 uint64_t roundkeys[16]; local
401 gen_roundkeys(roundkeys, key[0]);
402 if (des_encdec(data, roundkeys, 0) != AV_RB64(crypt)) {

Completed in 73 milliseconds