Lines Matching refs:temp_len
88 int temp_len = sizeof(temp);
138 lws_concat_temp(temp, temp_len),
139 &temp_len, strlen(p) +
146 (char *)jwe.jws.map.buf[LJWS_JOSE], (unsigned int)temp_len,
152 in = lws_concat_temp(temp, temp_len);
153 n = (int)read(0, in, (unsigned int)temp_len);
161 temp_len -= (int)lws_gencrypto_padded_length(LWS_AES_CBC_BLOCKLEN, (unsigned int)n);
191 lws_concat_temp(temp, temp_len),
192 &temp_len, (unsigned int)n,
200 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len),
201 &temp_len);
235 lws_concat_temp(temp, temp_len),
236 &temp_len)) {
248 lws_concat_temp(temp, temp_len),
249 &temp_len) != 5) {
262 lws_concat_temp(temp, temp_len),
263 &temp_len);