Searched refs:cbKey_len (Results 1 – 4 of 4) sorted by relevance
35 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len) in rc4_init() argument56 if (++keyindex >= cbKey_len) in rc4_init()
43 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);
35 void rc4_init(PRC4Ext pRC4, PBYTE pbyKey, unsigned int cbKey_len) in rc4_init() argument56 if (++keyindex >= cbKey_len) in rc4_init()
43 void rc4_init(PRC4Ext pRC4, PBYTE pbyKey, unsigned int cbKey_len);