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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpssr.cpp81 representative[0] = (byte)Crop(representative[0], representativeBitLength % 8);
109 representative[0] = (byte)Crop(representative[0], representativeBitLength % 8);
H A Design.h103 representative[0] = (byte)Crop(representative[0], representativeBitLength % 8);
H A Dgf2n.cpp45 buf[0] = (byte)Crop(buf[0], nbits % 8);
54 result.reg[result.reg.size()-1] = (word)Crop(result.reg[result.reg.size()-1], bitLength%WORD_BITS);
740 r.reg.begin()[r.reg.size()-1] = (word)Crop(r.reg[r.reg.size()-1], m%WORD_BITS);
H A Dcryptlib.cpp251 value = Crop(value, maxBits);
H A Dmisc.h261 inline T Crop(T value, size_t size) function
H A Dinteger.cpp3216 buf[0] = (byte)Crop(buf[0], nbits % 8);

Completed in 170 milliseconds