Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_auth.h13 #define MAX_CHAP_CHALLENGE_LEN 32 macro
37 unsigned char challenge[MAX_CHAP_CHALLENGE_LEN];
H A Discsi_target_auth.c51 memset(chap->challenge, 0, MAX_CHAP_CHALLENGE_LEN); in chap_gen_challenge()