iscsi_text.c | 200 uint8_t temp_buf[MAX_STRING + 1]; /* scratch buffer */ member in struct:__anon16a0efc30708 1300 copyinstr(par->TargetName, state->temp_buf, ISCSI_STRING_LENGTH - 1, 1303 state->temp_buf[0] = 0; 1307 if ((!sz || !state->temp_buf[0]) && 1313 if (state->temp_buf[0]) { 1314 set_key_s(state, K_TargetName, state->temp_buf); 1476 chap_md5_response(state->temp_buf, identifier, 1479 cpar = set_key_s(state, K_Auth_CHAP_Response, state->temp_buf); 1493 &state->temp_buf[CHAP_MD5_SIZE], 1496 state->temp_buf[CHAP_MD5_SIZE]) [all...] |