Searched refs:chap_passwd_len (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | radius_packet.c | 35 static void encode_chap_password(int identifier, int chap_passwd_len, 303 encode_chap_password(int identifier, int chap_passwd_len, argument 314 for (i = 0; i < chap_passwd_len; i++) {
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_radiuspacket.c | 37 static void encode_chap_password(int identifier, int chap_passwd_len, 299 encode_chap_password(int identifier, int chap_passwd_len, argument 303 bcopy(chap_passwd, &result[1], chap_passwd_len);
|
Completed in 173 milliseconds