Searched defs:nBS (Results 1 – 2 of 2) sorted by relevance
4854 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in DecryptRC4() local4875 sal_uLong nBS = (nLen - nI > 0x4096 ) ? 0x4096 : nLen - nI; in DecryptXOR() local
3088 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in EncryptRC4() local
Completed in 46 milliseconds