Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/openssl/
Dlws-genhash.c104 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
175 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
/third_party/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()
/third_party/libwebsockets/include/libwebsockets/
Dlws-genhash.h160 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type,
/third_party/libwebsockets/lib/cose/
Dcose_sign_alg.c110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_sign_alg_create()
Dcose_validate_alg.c110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_val_alg_create()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genhash.c253 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c156 if (lws_genhmac_init(&hmacctx, LWS_GENHMAC_TYPE_SHA256, in hmacsha256()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c179 if (lws_genhmac_init(&ctx, jose.alg->hmac_type, in test_jws_HS256()
/third_party/libwebsockets/lib/jose/jws/
Djws.c549 if (lws_genhmac_init(&ctx, jose.alg->hmac_type, in lws_jws_sig_confirm()