Searched refs:cifs_arc4_setkey (Results 1 – 3 of 3) sorted by relevance
15 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in cifs_arc4_setkey() function37 EXPORT_SYMBOL_GPL(cifs_arc4_setkey);
20 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len);
701 cifs_arc4_setkey(ctx_arc4, ses->auth_key.response, CIFS_SESS_KEY_SIZE); in calc_seckey()
Completed in 6 milliseconds