Home
last modified time | relevance | path

Searched defs:temp_len (Results 1 – 14 of 14) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c74 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_a1() local
290 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_a2() local
497 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_ra_ptext_1024() local
624 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_r256a192_ptext() local
756 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_r256a256_ptext() local
1050 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_r256a128_jwe_openssl() local
1141 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_r256a128_jwe_mbedtls() local
1232 int n, ret = -1, temp_len = sizeof(temp); in test_jwe_a3() local
1640 int ret = -1, temp_len = sizeof(temp); in test_jwa_c() local
1789 int n, ret = -1, temp_len = sizeof(temp); in test_ecdhes_t1() local
[all …]
Djws.c42 int n, temp_len = sizeof(temp), ret = -1; in test_jws_none() local
120 int temp_len = sizeof(temp); in test_jws_HS256() local
283 int n, l, temp_len = sizeof(temp); in test_jws_RS256() local
418 int ret = -1, l, n, temp_len = sizeof(temp); in test_jws_ES256() local
580 int ret = -1, l, n, temp_len = sizeof(temp); in test_jws_ES512() local
/third_party/libwebsockets/lib/jose/jws/
Djose.c72 int *temp_len; member
409 char *temp, int *temp_len, int is_jwe) in lws_jose_parse()
451 const char *buf, int len, char *temp, int *temp_len) in lws_jws_parse_jose()
459 const char *buf, int len, char *temp, int *temp_len) in lws_jwe_parse_jose()
Djws.c60 int *temp_len; member
140 char *temp, int *temp_len) in lws_jws_json_parse()
192 lws_jws_dup_element(struct lws_jws_map *map, int idx, char *temp, int *temp_len, in lws_jws_dup_element()
213 char *temp, int *temp_len, const void *in, in lws_jws_encode_b64_element()
235 int idx, char *temp, int *temp_len, size_t random_len, in lws_jws_randomize_element()
259 int *temp_len, size_t len, size_t actual_alloc) in lws_jws_alloc_element()
450 int n, h_len, b = 3, temp_len = sizeof(temp); in lws_jws_sig_confirm() local
673 char *temp, int *temp_len) in lws_jws_sig_confirm_compact_b64_map()
694 char *temp, int *temp_len) in lws_jws_sig_confirm_compact_b64()
714 int *temp_len) in lws_jws_sig_confirm_compact()
[all …]
/third_party/libwebsockets/lib/jose/jwe/
Djwe-ecdh-es-aeskw.c199 lws_jwe_encrypt_ecdh(struct lws_jwe *jwe, char *temp, int *temp_len, in lws_jwe_encrypt_ecdh()
378 lws_jwe_encrypt_ecdh_cbc_hs(struct lws_jwe *jwe, char *temp, int *temp_len) in lws_jwe_encrypt_ecdh_cbc_hs()
605 char *temp, int *temp_len) in lws_jwe_auth_and_decrypt_ecdh_cbc_hs()
Djwe.c55 int *temp_len; member
138 char *temp, int *temp_len) in lws_jwe_json_parse()
323 lws_jwe_auth_and_decrypt(struct lws_jwe *jwe, char *temp, int *temp_len) in lws_jwe_auth_and_decrypt()
384 lws_jwe_encrypt(struct lws_jwe *jwe, char *temp, int *temp_len) in lws_jwe_encrypt()
Djwe-rsa-aescbc.c47 char *temp, int *temp_len) in lws_jwe_encrypt_rsa_aes_cbc_hs()
Djwe-rsa-aesgcm.c32 lws_jwe_encrypt_rsa_aes_gcm(struct lws_jwe *jwe, char *temp, int *temp_len) in lws_jwe_encrypt_rsa_aes_gcm()
/third_party/libwebsockets/lib/jose/jwe/enc/
Daeskw.c38 lws_jwe_encrypt_aeskw_cbc_hs(struct lws_jwe *jwe, char *temp, int *temp_len) in lws_jwe_encrypt_aeskw_cbc_hs()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/
Dmain.c24 int temp_len = sizeof(temp); in main() local
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
Dmain.c88 int temp_len = sizeof(temp); in main() local
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c33 int temp_len, int index, unsigned char **p, unsigned char *end) in proxy_header()
/third_party/ffmpeg/libavformat/
Drtpproto.c440 socklen_t *source_len, temp_len; in rtp_write() local
/third_party/node/src/
Dcares_wrap.cc530 long temp_len; // NOLINT(runtime/int) in ParseSoaReply() local