Home
last modified time | relevance | path

Searched refs:lws_genhmac_init (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/jose/jwe/enc/
Daescbc.c119 if (lws_genhmac_init(&hmacctx, jwe->jose.enc_alg->hmac_type, in lws_jwe_encrypt_cbc_hs()
203 if (lws_genhmac_init(&hmacctx, jwe->jose.enc_alg->hmac_type, enc_cek, in lws_jwe_auth_and_decrypt_cbc_hs()
/external/libwebsockets/include/libwebsockets/
Dlws-genhash.h151 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type,
/external/libwebsockets/lib/tls/openssl/
Dlws-genhash.c98 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
/external/libwebsockets/lib/tls/mbedtls/
Dlws-genhash.c126 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c179 if (lws_genhmac_init(&ctx, jose.alg->hmac_type, in test_jws_HS256()
/external/libwebsockets/lib/jose/jws/
Djws.c549 if (lws_genhmac_init(&ctx, jose.alg->hmac_type, in lws_jws_sig_confirm()