Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3077 const sal_uLong WW_BLOCKSIZE = 0x200; variable
3085 sal_uInt8 in[WW_BLOCKSIZE]; in EncryptRC4()
3086 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in EncryptRC4()
3088 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in EncryptRC4()
H A Dww8par.cxx4843 #define WW_BLOCKSIZE 0x200 macro
4851 sal_uInt8 in[WW_BLOCKSIZE]; in DecryptRC4()
4852 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in DecryptRC4()
4854 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in DecryptRC4()

Completed in 260 milliseconds