Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_auth.c259 initiatorchg = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash()
265 initiatorchg_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash()
401 if (extract_param(nr_in_ptr, "CHAP_C", CHAP_CHALLENGE_STR_LEN, in chap_server_compute_hash()
H A Discsi_target_auth.h14 #define CHAP_CHALLENGE_STR_LEN 4096 macro