Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/jose/jwe/enc/
Daescbc.c146 lws_genhmac_destroy(&hmacctx, NULL); in lws_jwe_encrypt_cbc_hs()
150 if (lws_genhmac_destroy(&hmacctx, digest)) { in lws_jwe_encrypt_cbc_hs()
216 lws_genhmac_destroy(&hmacctx, NULL); in lws_jwe_auth_and_decrypt_cbc_hs()
220 if (lws_genhmac_destroy(&hmacctx, digest)) { in lws_jwe_auth_and_decrypt_cbc_hs()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genhash.c157 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) in lws_genhmac_destroy() function
239 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) in lws_genhmac_destroy() function
/third_party/libwebsockets/include/libwebsockets/
Dlws-genhash.h188 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result);
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c162 lws_genhmac_destroy(&hmacctx, NULL); in hmacsha256()
166 if (lws_genhmac_destroy(&hmacctx, digest)) { in hmacsha256()
/third_party/libwebsockets/lib/cose/
Dcose_sign_alg.c235 if (lws_genhmac_destroy(&alg->u.hmacctx, alg->rhash)) { in lws_cose_sign_alg_complete()
Dcose_validate_alg.c237 if (lws_genhmac_destroy(&alg->u.hmacctx, digest)) { in lws_cose_val_alg_destroy()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c185 lws_genhmac_destroy(&ctx, digest); in test_jws_HS256()
218 lws_genhmac_destroy(&ctx, NULL); in test_jws_HS256()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genhash.c309 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) in lws_genhmac_destroy() function
/third_party/libwebsockets/lib/jose/jws/
Djws.c566 lws_genhmac_destroy(&ctx, digest)) { in lws_jws_sig_confirm()
567 lws_genhmac_destroy(&ctx, NULL); in lws_jws_sig_confirm()