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

/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c261 int auth_ret = -1, ret, initiatorchg_len; local
458 initiatorchg_len = DIV_ROUND_UP(strlen(initiatorchg), 2);
459 if (!initiatorchg_len) {
463 if (initiatorchg_len > 1024) {
469 initiatorchg_len) < 0) {
475 initiatorchg_len = chap_base64_decode(initiatorchg_binhex,
478 if (initiatorchg_len < 0) {
482 if (!initiatorchg_len) {
486 if (initiatorchg_len > 1024) {
502 if (initiatorchg_len
[all...]

Completed in 119 milliseconds