Lines Matching refs:map_b64
101 * We keep both b64u and decoded in temp mapped using map / map_b64,
106 if (!args->jws->map_b64.buf[m]) {
107 args->jws->map_b64.buf[m] = args->temp;
108 args->jws->map_b64.len[m] = 0;
114 args->jws->map_b64.len[m] += ctx->npos;
120 (const char *)args->jws->map_b64.buf[m],
121 (int)args->jws->map_b64.len[m],
601 jws.map_b64.buf[LJWS_JOSE] = p1;
607 jws.map_b64.len[LJWS_JOSE] = (unsigned int)n;
611 jws.map_b64.buf[LJWS_PYLD] = p1;
617 jws.map_b64.len[LJWS_PYLD] = (unsigned int)n;
621 jws.map_b64.buf[LJWS_UHDR] = p1;
627 jws.map_b64.len[LJWS_UHDR] = (unsigned int)n;
642 jws.map_b64.buf[LJWS_SIG] = p1;
643 jws.map_b64.len[LJWS_SIG] = (unsigned int)n;
750 jwe->jws.map_b64.buf[LJWS_JOSE] = p1;
756 jwe->jws.map_b64.len[LJWS_JOSE] = (unsigned int)n;
769 //jwe->jws.map_b64.buf[protected_idx[m]] = p1;
778 //jwe->jws.map_b64.len[protected_idx[m]] = n;