rc4_key
rc4_key(keychg, _this->keylen, interim);
return rc4_key(_this->rc4ctx, _this->keylen, _this->session_key);
return rc4_key(_this->rc4ctx, _this->keylen,
static int rc4_key(void *, int, u_char *);