Searched defs:chap_passwd_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.c35 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 Discsit_radiuspacket.c37 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 250 milliseconds