Lines Matching refs:temp

73 	char temp[2048], compact[2048];
74 int n, ret = -1, temp_len = sizeof(temp);
86 &jwe.jws.map, &jwe.jws.map_b64, temp,
92 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
116 temp_len = sizeof(temp);
136 jwe.jws.map.buf[LJWS_JOSE] = temp;
137 jwe.jws.map.len[LJWS_JOSE] = (uint32_t)lws_snprintf(temp, (unsigned int)temp_len,
147 lws_concat_temp(temp, temp_len), &temp_len,
149 lwsl_notice("%s: Not enough temp space for ptext\n", __func__);
157 lws_concat_temp(temp, temp_len),
164 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len),
185 temp_len = sizeof(temp);
189 &jwe.jws.map_b64, temp, &temp_len) != 5) {
200 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
289 char temp[2048];
290 int n, ret = -1, temp_len = sizeof(temp);
304 (char *)temp, &temp_len) != 5) {
309 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
495 char temp[4096], compact[4096];
497 int n, ret = -1, temp_len = sizeof(temp);
511 lws_concat_temp(temp, temp_len), &temp_len,
515 lwsl_notice("%s: Not enough temp space for ptext\n", __func__);
522 lws_concat_temp(temp, temp_len), &temp_len,
525 lwsl_notice("%s: Not enough temp space for EKEY\n", __func__);
534 lws_concat_temp(temp, temp_len), &temp_len);
541 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len),
558 temp_len = sizeof(temp);
568 temp, &temp_len) != 5) {
574 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
623 char temp[4096], compact[4096];
624 int n, ret = -1, temp_len = sizeof(temp);
641 lws_concat_temp(temp, temp_len), &temp_len,
645 lwsl_notice("%s: Not enough temp space for ptext\n", __func__);
652 lws_concat_temp(temp, temp_len), &temp_len,
664 lws_concat_temp(temp, temp_len), &temp_len);
671 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len),
697 temp, &temp_len) != 5) {
703 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
755 char temp[4096], compact[4096];
756 int n, ret = -1, temp_len = sizeof(temp);
773 lws_concat_temp(temp, temp_len), &temp_len,
777 lwsl_notice("%s: Not enough temp space for ptext\n", __func__);
784 lws_concat_temp(temp, temp_len), &temp_len,
796 lws_concat_temp(temp, temp_len), &temp_len);
803 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len),
829 temp, &temp_len) != 5) {
835 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
1049 char temp[2048];
1050 int n, ret = -1, temp_len = sizeof(temp);
1064 temp, &temp_len) != 5) {
1069 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
1140 char temp[2048];
1141 int n, ret = -1, temp_len = sizeof(temp);
1155 temp, &temp_len) != 5) {
1160 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
1231 char temp[2048];
1232 int n, ret = -1, temp_len = sizeof(temp);
1245 &jwe.jws.map, &jwe.jws.map_b64, temp,
1251 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
1639 char temp[2048], *p;
1640 int ret = -1, temp_len = sizeof(temp);
1654 temp, &temp_len) < 0) {
1668 p = lws_concat_temp(temp, temp_len);
1788 char temp[3072], compact[2048];
1789 int n, ret = -1, temp_len = sizeof(temp);
1797 lws_concat_temp(temp, temp_len), &temp_len,
1802 temp, &temp_len) < 0) {
1822 lws_concat_temp(temp, temp_len), &temp_len,
1827 lwsl_notice("%s: Not enough temp space for ptext\n", __func__);
1835 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), &temp_len);
1867 temp_len = sizeof(temp);
1878 &jwe.jws.map_b64, temp, &temp_len) != 5) {
1883 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len),
1968 char temp[2048];
1969 int n, ret = -1, temp_len = sizeof(temp);
1981 temp, &temp_len) != 5) {
1986 n = lws_jwe_auth_and_decrypt(&jwe, lws_concat_temp(temp, temp_len), &temp_len);
2023 char temp[4096];
2024 int ret = -1, n, temp_len = sizeof(temp);
2044 jwe.jws.map.buf[LJWS_JOSE] = temp;
2045 jwe.jws.map.len[LJWS_JOSE] = (uint32_t)lws_snprintf(temp, (unsigned int)temp_len,
2055 lws_concat_temp(temp, temp_len), &temp_len,
2059 lwsl_notice("%s: Not enough temp space for ptext\n", __func__);
2067 lws_concat_temp(temp, temp_len),
2074 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len),
2140 char temp[4096];
2141 int ret = -1, temp_len = sizeof(temp);
2146 temp, &temp_len) < 0) {