Home
last modified time | relevance | path

Searched refs:lws_jwa_concat_kdf (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jwe.h163 lws_jwa_concat_kdf(struct lws_jwe *jwe, int direct,
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe-ecdh-es-aeskw.c266 if (lws_jwa_concat_kdf(jwe, in lws_jwe_encrypt_ecdh()
269 lwsl_notice("%s: lws_jwa_concat_kdf failed\n", __func__); in lws_jwe_encrypt_ecdh()
524 if (lws_jwa_concat_kdf(jwe, in lws_jwe_auth_and_decrypt_ecdh()
527 lwsl_notice("%s: lws_jwa_concat_kdf failed\n", __func__); in lws_jwe_auth_and_decrypt_ecdh()
H A Djwe.c209 lws_jwa_concat_kdf(struct lws_jwe *jwe, int direct, uint8_t *out, in lws_jwa_concat_kdf() function
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djwe.c1670 if (lws_jwa_concat_kdf(&jwe, 1, (uint8_t *)p, in test_jwa_c()
1672 lwsl_err("%s: lws_jwa_concat_kdf failed\n", __func__); in test_jwa_c()

Completed in 5 milliseconds