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/
Dlws-jwe.h163 lws_jwa_concat_kdf(struct lws_jwe *jwe, int direct,
/third_party/libwebsockets/lib/jose/jwe/
Djwe-ecdh-es-aeskw.c266 if (lws_jwa_concat_kdf(jwe, in lws_jwe_encrypt_ecdh()
524 if (lws_jwa_concat_kdf(jwe, in lws_jwe_auth_and_decrypt_ecdh()
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/
Djwe.c1670 if (lws_jwa_concat_kdf(&jwe, 1, (uint8_t *)p, in test_jwa_c()