Lines Matching refs:jws
137 if (lws_jws_alloc_element(&jwe.jws.map, LJWS_JOSE,
145 jwe.jws.map.len[LJWS_JOSE] = (uint32_t)lws_snprintf(
146 (char *)jwe.jws.map.buf[LJWS_JOSE], (unsigned int)temp_len,
181 jwe.jws.map.buf[LJWE_CTXT] = in;
182 jwe.jws.map.len[LJWE_CTXT] = (uint32_t)n;
190 if (lws_jws_randomize_element(context, &jwe.jws.map, LJWE_EKEY,
244 * held in jws
246 if (lws_jws_compact_decode(in, n, &jwe.jws.map,
247 &jwe.jws.map_b64,
257 * (information on the ciphers) and the jws (plaintext and
272 if (write(1, jwe.jws.map.buf[LJWE_CTXT],
273 jwe.jws.map.len[LJWE_CTXT]) < 0) {