Searched refs:lws_jws_alloc_element (Results 1 - 8 of 8) sorted by relevance
/third_party/libwebsockets/lib/jose/jwe/enc/ |
H A D | aeskw.c | 63 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 D | jwe-ecdh-es-aeskw.c | 389 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 D | jwe-rsa-aescbc.c | 72 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 D | jwe-rsa-aesgcm.c | 51 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 D | main.c | 65 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 D | lws-jws.h | 312 * 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 D | main.c | 137 if (lws_jws_alloc_element(&jwe.jws.map, LJWS_JOSE, in main()
|
/third_party/libwebsockets/lib/jose/jws/ |
H A D | jws.c | 258 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