Searched refs:CHAP_CHALLENGE_STR_LEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_auth.h | 14 #define CHAP_CHALLENGE_STR_LEN 4096 macro
|
H A D | iscsi_target_auth.c | 259 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()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_auth.h | 14 #define CHAP_CHALLENGE_STR_LEN 4096 macro
|
H A D | iscsi_target_auth.c | 291 initiatorchg = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash() 297 initiatorchg_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash() 450 if (extract_param(nr_in_ptr, "CHAP_C", CHAP_CHALLENGE_STR_LEN, in chap_server_compute_hash()
|
Completed in 3 milliseconds