Searched refs:lws_jwa_concat_kdf (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-jwe.h | 163 lws_jwa_concat_kdf(struct lws_jwe *jwe, int direct,
|
/third_party/libwebsockets/lib/jose/jwe/ |
D | jwe-ecdh-es-aeskw.c | 266 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()
|
D | jwe.c | 209 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/ |
D | jwe.c | 1670 if (lws_jwa_concat_kdf(&jwe, 1, (uint8_t *)p, in test_jwa_c()
|