Searched refs:lws_jwe_encrypt (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
D | jwe.c | 164 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), in test_jwe_a1() 541 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), in test_jwe_ra_ptext_1024() 671 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), in test_jwe_r256a192_ptext() 803 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), in test_jwe_r256a256_ptext() 1835 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), &temp_len); in test_ecdhes_t1() 2074 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), in test_akw_encrypt()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-jwe.h | 129 lws_jwe_encrypt(struct lws_jwe *jwe, char *temp, int *temp_len);
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/ |
D | main.c | 200 n = lws_jwe_encrypt(&jwe, lws_concat_temp(temp, temp_len), in main()
|
/third_party/libwebsockets/lib/jose/jwe/ |
D | jwe.c | 384 lws_jwe_encrypt(struct lws_jwe *jwe, char *temp, int *temp_len) in lws_jwe_encrypt() function
|