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

/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c251 unsigned char *initiatorchg_binhex = NULL; local
297 initiatorchg_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL);
298 if (!initiatorchg_binhex) {
299 pr_err("Unable to allocate initiatorchg_binhex buffer\n");
468 if (hex2bin(initiatorchg_binhex, initiatorchg,
475 initiatorchg_len = chap_base64_decode(initiatorchg_binhex,
503 !memcmp(initiatorchg_binhex, chap->challenge,
536 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len,
563 kfree(initiatorchg_binhex);

Completed in 73 milliseconds