Home
last modified time | relevance | path

Searched refs:MAX_CHAP_SECRET_LEN (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_fw.h817 #define MAX_CHAP_SECRET_LEN 100 macro
818 uint8_t secret[MAX_CHAP_SECRET_LEN];
Dql4_mbx.c1656 strncpy(chap_table->secret, password, MAX_CHAP_SECRET_LEN - 1); in qla4xxx_set_chap()
1735 strlcpy(password, chap_table->secret, MAX_CHAP_SECRET_LEN); in qla4xxx_get_uni_chap_at_index()
1800 MAX_CHAP_SECRET_LEN) && in qla4xxx_get_chap_index()