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