/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
D | jwe.c | 74 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 …]
|
D | jws.c | 42 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/ |
D | jose.c | 72 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()
|
D | jws.c | 60 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/ |
D | jwe-ecdh-es-aeskw.c | 199 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()
|
D | jwe.c | 55 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()
|
D | jwe-rsa-aescbc.c | 47 char *temp, int *temp_len) in lws_jwe_encrypt_rsa_aes_cbc_hs()
|
D | jwe-rsa-aesgcm.c | 32 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/ |
D | aeskw.c | 38 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/ |
D | main.c | 24 int temp_len = sizeof(temp); in main() local
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/ |
D | main.c | 88 int temp_len = sizeof(temp); in main() local
|
/third_party/libwebsockets/lib/core-net/ |
D | dummy-callback.c | 33 int temp_len, int index, unsigned char **p, unsigned char *end) in proxy_header()
|
/third_party/ffmpeg/libavformat/ |
D | rtpproto.c | 440 socklen_t *source_len, temp_len; in rtp_write() local
|
/third_party/node/src/ |
D | cares_wrap.cc | 530 long temp_len; // NOLINT(runtime/int) in ParseSoaReply() local
|