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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgfpcrypt.cpp78 const size_t paddingLength = SaturatingSubtract(representativeByteLength, digestSize); local
80 memset(representative, 0, paddingLength);
81 hash.TruncatedFinal(representative+paddingLength, STDMIN(representativeByteLength, digestSize));
100 const size_t paddingLength = SaturatingSubtract(representativeByteLength, digestSize); local
102 memset(representative, 0, paddingLength);
103 hash.TruncatedFinal(representative+paddingLength, STDMIN(representativeByteLength, digestSize));

Completed in 54 milliseconds