Home
last modified time | relevance | path

Searched refs:WW_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3063 const sal_uLong WW_BLOCKSIZE = 0x200; variable
3071 sal_uInt8 in[WW_BLOCKSIZE]; in EncryptRC4()
3072 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in EncryptRC4()
3074 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in EncryptRC4()
H A Dww8par.cxx4844 #define WW_BLOCKSIZE 0x200 macro
4852 sal_uInt8 in[WW_BLOCKSIZE]; in DecryptRC4()
4853 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in DecryptRC4()
4855 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in DecryptRC4()

Completed in 56 milliseconds