Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/crypto.h>
#include <linux/err.h>
#include <linux/scatterlist.h>
#include "iscsi_target_core.h"
#include "iscsi_target_nego.h"
#include "iscsi_target_auth.h"
Go to the source code of this file.
Functions | |
u32 | chap_main_loop (struct iscsi_conn *conn, struct iscsi_node_auth *auth, char *in_text, char *out_text, int *in_len, int *out_len) |
u32 chap_main_loop | ( | struct iscsi_conn * | conn, |
struct iscsi_node_auth * | auth, | ||
char * | in_text, | ||
char * | out_text, | ||
int * | in_len, | ||
int * | out_len | ||
) |
Definition at line 436 of file iscsi_target_auth.c.