Home
last modified time | relevance | path

Searched refs:lws_jws_alloc_element (Results 1 - 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/jose/jwe/enc/
H A Daeskw.c63 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_ATAG, temp + (ot - *temp_len), in lws_jwe_encrypt_aeskw_cbc_hs()
67 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_IV, temp + (ot - *temp_len), in lws_jwe_encrypt_aeskw_cbc_hs()
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe-ecdh-es-aeskw.c389 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_EKEY, in lws_jwe_encrypt_ecdh_cbc_hs()
407 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_ATAG, in lws_jwe_encrypt_ecdh_cbc_hs()
412 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_IV, in lws_jwe_encrypt_ecdh_cbc_hs()
H A Djwe-rsa-aescbc.c72 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_ATAG, temp + (ot - *temp_len), in lws_jwe_encrypt_rsa_aes_cbc_hs()
76 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_IV, temp + (ot - *temp_len), in lws_jwe_encrypt_rsa_aes_cbc_hs()
H A Djwe-rsa-aesgcm.c51 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_ATAG, in lws_jwe_encrypt_rsa_aes_gcm()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/
H A Dmain.c65 if (lws_jws_alloc_element(&jws.map, LJWS_JOSE, in main()
122 if (lws_jws_alloc_element(&jws.map_b64, LJWS_SIG, in main()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jws.h312 * lws_jws_alloc_element() - create an element and reserve space for content
331 lws_jws_alloc_element(struct lws_jws_map *map, int idx, char *temp,
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
H A Dmain.c137 if (lws_jws_alloc_element(&jwe.jws.map, LJWS_JOSE, in main()
/third_party/libwebsockets/lib/jose/jws/
H A Djws.c258 lws_jws_alloc_element(struct lws_jws_map *map, int idx, char *temp, in lws_jws_alloc_element() function
1070 if (lws_jws_alloc_element(&jws.map, LJWS_JOSE, info->temp, &tlr, in lws_jwt_vsign_via_info()
1145 if (lws_jws_alloc_element(&jws.map_b64, LJWS_SIG, p, &tlr, in lws_jwt_vsign_via_info()

Completed in 9 milliseconds