Home
last modified time | relevance | path

Searched refs:lws_genhmac_ctx (Results 1 – 8 of 8) 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()
147 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len) in lws_genhmac_update()
157 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) in lws_genhmac_destroy()
175 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init()
222 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len) in lws_genhmac_update()
239 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) in lws_genhmac_destroy()
/third_party/libwebsockets/include/libwebsockets/
Dlws-genhash.h70 struct lws_genhmac_ctx { struct
160 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type,
174 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len);
188 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result);
/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()
297 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len) in lws_genhmac_update()
309 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) in lws_genhmac_destroy()
/third_party/libwebsockets/lib/jose/jwe/enc/
Daescbc.c35 struct lws_genhmac_ctx hmacctx; in lws_jwe_encrypt_cbc_hs()
168 struct lws_genhmac_ctx hmacctx; in lws_jwe_auth_and_decrypt_cbc_hs()
/third_party/libwebsockets/lib/cose/
Dprivate-lib-cose.h56 struct lws_genhmac_ctx hmacctx;
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c154 struct lws_genhmac_ctx hmacctx; in hmacsha256()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c121 struct lws_genhmac_ctx ctx; in test_jws_HS256()
/third_party/libwebsockets/lib/jose/jws/
Djws.c455 struct lws_genhmac_ctx ctx; in lws_jws_sig_confirm()