Searched refs:ISCSI_SECRET_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/iscsi/
H A Discsi_ioctl.h45 #define ISCSI_SECRET_LEN 17 /* 16 + '\0' */ macro
61 char isc_secret[ISCSI_SECRET_LEN];
63 char isc_mutual_secret[ISCSI_SECRET_LEN];
H A Discsi.h40 #define ISCSI_SECRET_LEN 17 /* 16 + '\0' */ macro
H A Discsi.c1635 isc->isc_secret[ISCSI_SECRET_LEN - 1] = '\0';
1637 isc->isc_mutual_secret[ISCSI_SECRET_LEN - 1] = '\0';

Completed in 53 milliseconds