Home
last modified time | relevance | path

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

/freebsd/sys/dev/iscsi/
H A Discsi_ioctl.h44 #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.h39 #define ISCSI_SECRET_LEN 17 /* 16 + '\0' */ macro
H A Discsi.c1929 isc->isc_secret[ISCSI_SECRET_LEN - 1] = '\0'; in iscsi_sanitize_session_conf()
1931 isc->isc_mutual_secret[ISCSI_SECRET_LEN - 1] = '\0'; in iscsi_sanitize_session_conf()