Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/
H A Discsi_target_auth.c252 unsigned char *initiatorchg_binhex = NULL; in chap_server_compute_hash() local
298 initiatorchg_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash()
299 if (!initiatorchg_binhex) { in chap_server_compute_hash()
469 if (hex2bin(initiatorchg_binhex, initiatorchg, in chap_server_compute_hash()
476 initiatorchg_len = chap_base64_decode(initiatorchg_binhex, in chap_server_compute_hash()
504 !memcmp(initiatorchg_binhex, chap->challenge, in chap_server_compute_hash()
537 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
564 kfree(initiatorchg_binhex); in chap_server_compute_hash()