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.c251 unsigned char *initiatorchg_binhex = NULL; in chap_server_compute_hash() local
297 initiatorchg_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_hash()
298 if (!initiatorchg_binhex) { in chap_server_compute_hash()
468 if (hex2bin(initiatorchg_binhex, initiatorchg, in chap_server_compute_hash()
475 initiatorchg_len = chap_base64_decode(initiatorchg_binhex, in chap_server_compute_hash()
503 !memcmp(initiatorchg_binhex, chap->challenge, in chap_server_compute_hash()
536 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
563 kfree(initiatorchg_binhex); in chap_server_compute_hash()