• Home
  • Raw
  • Download

Lines Matching refs:temp_len

42 	int n, temp_len = sizeof(temp), ret = -1;  in test_jws_none()  local
50 temp, &temp_len); in test_jws_none()
65 (char *)lws_concat_temp(temp, temp_len), in test_jws_none()
66 &temp_len) < 0 || !jose.alg) { in test_jws_none()
120 int temp_len = sizeof(temp); in test_jws_HS256() local
135 &temp_len) < 0 || !jose.alg) { in test_jws_HS256()
202 lws_concat_temp(temp, temp_len), &temp_len) < 0) { in test_jws_HS256()
283 int n, l, temp_len = sizeof(temp); in test_jws_RS256() local
312 &jwk, context, temp, &temp_len) < 0) { in test_jws_RS256()
325 in = lws_concat_temp(temp, temp_len); in test_jws_RS256()
327 if (temp_len < l + 1) in test_jws_RS256()
330 temp_len -= l + 1; in test_jws_RS256()
351 context, lws_concat_temp(temp, temp_len), &temp_len) < 0) { in test_jws_RS256()
418 int ret = -1, l, n, temp_len = sizeof(temp); in test_jws_ES256() local
427 temp, &temp_len) != 3) { in test_jws_ES256()
451 (char *)lws_concat_temp(temp, temp_len), &temp_len) < 0) { in test_jws_ES256()
486 if (temp_len < l + 1) in test_jws_ES256()
488 p = lws_concat_temp(temp, temp_len); in test_jws_ES256()
490 temp_len -= l + 1; in test_jws_ES256()
528 context, lws_concat_temp(temp, temp_len), &temp_len) < 0) { in test_jws_ES256()
580 int ret = -1, l, n, temp_len = sizeof(temp); in test_jws_ES512() local
589 &temp_len) != 3) { in test_jws_ES512()
613 lws_concat_temp(temp, temp_len), &temp_len) < 0) { in test_jws_ES512()
648 if (temp_len < l) in test_jws_ES512()
650 p = lws_concat_temp(temp, temp_len); in test_jws_ES512()
652 temp_len -= (l + 1); in test_jws_ES512()
685 lws_concat_temp(temp, temp_len), &temp_len) < 0) { in test_jws_ES512()