Searched refs:in_key (Results 1 – 2 of 2) sorted by relevance
15 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in cifs_arc4_setkey() argument28 j = (j + in_key[k] + a) & 0xff; in cifs_arc4_setkey()
20 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len);