Searched refs:MAX_CHAP_SECRET_LEN (Results 1 – 2 of 2) sorted by relevance
818 #define MAX_CHAP_SECRET_LEN 100 macro819 uint8_t secret[MAX_CHAP_SECRET_LEN];
1666 strncpy(chap_table->secret, password, MAX_CHAP_SECRET_LEN - 1); in qla4xxx_set_chap()1745 strlcpy(password, chap_table->secret, MAX_CHAP_SECRET_LEN); in qla4xxx_get_uni_chap_at_index()1810 MAX_CHAP_SECRET_LEN) && in qla4xxx_get_chap_index()