Home
last modified time | relevance | path

Searched refs:lws_jwe_auth_and_decrypt_cbc_hs (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/jose/jwe/
H A Dprivate-lib-jose-jwe.h39 lws_jwe_auth_and_decrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *enc_cek,
75 lws_jwe_auth_and_decrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *enc_cek,
H A Djwe-rsa-aescbc.c173 n = lws_jwe_auth_and_decrypt_cbc_hs(jwe, enc_cek, in lws_jwe_auth_and_decrypt_rsa_aes_cbc_hs()
H A Djwe-ecdh-es-aeskw.c584 if (lws_jwe_auth_and_decrypt_cbc_hs(jwe, shared_secret, in lws_jwe_auth_and_decrypt_ecdh()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-jwe.h158 lws_jwe_auth_and_decrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *enc_cek,
/aosp_15_r20/external/libwebsockets/lib/jose/jwe/enc/
H A Daeskw.c165 n = lws_jwe_auth_and_decrypt_cbc_hs(jwe, enc_cek, in lws_jwe_auth_and_decrypt_aeskw_cbc_hs()
H A Daescbc.c162 lws_jwe_auth_and_decrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *enc_cek, in lws_jwe_auth_and_decrypt_cbc_hs() function
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djwe.c1402 n = lws_jwe_auth_and_decrypt_cbc_hs(&jwe, jwa_b2_rawkey, in test_jwa_b2()
1558 n = lws_jwe_auth_and_decrypt_cbc_hs(&jwe, jwa_b3_rawkey, in test_jwa_b3()