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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgost.h29 static const byte sBox[8][16]; member in class:GOST::Base
H A Dgost.cpp8 const byte GOST::Base::sBox[8][16]={ member in class:GOST::Base
49 word32 temp = sBox[2*i][j%16] | (sBox[2*i+1][j/16] << 4);

Completed in 36 milliseconds