Searched refs:rc4_byte (Results 1 – 4 of 4) sorted by relevance
61 unsigned int rc4_byte(PRC4Ext pRC4) in rc4_byte() function86 pbyDest[ii] = (unsigned char)(pbySrc[ii] ^ rc4_byte(pRC4)); in rc4_encrypt()
44 unsigned int rc4_byte(PRC4Ext pRC4);
61 unsigned int rc4_byte(PRC4Ext pRC4) in rc4_byte() function86 pbyDest[ii] = (BYTE)(pbySrc[ii] ^ rc4_byte(pRC4)); in rc4_encrypt()