Searched refs:lws_genhmac_destroy (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/jose/jwe/enc/ |
D | aescbc.c | 146 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/ |
D | lws-genhash.c | 157 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/ |
D | lws-genhash.h | 188 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result);
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 162 lws_genhmac_destroy(&hmacctx, NULL); in hmacsha256() 166 if (lws_genhmac_destroy(&hmacctx, digest)) { in hmacsha256()
|
/third_party/libwebsockets/lib/cose/ |
D | cose_sign_alg.c | 235 if (lws_genhmac_destroy(&alg->u.hmacctx, alg->rhash)) { in lws_cose_sign_alg_complete()
|
D | cose_validate_alg.c | 237 if (lws_genhmac_destroy(&alg->u.hmacctx, digest)) { in lws_cose_val_alg_destroy()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
D | jws.c | 185 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/ |
D | lws-genhash.c | 309 lws_genhmac_destroy(struct lws_genhmac_ctx *ctx, void *result) in lws_genhmac_destroy() function
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 566 lws_genhmac_destroy(&ctx, digest)) { in lws_jws_sig_confirm() 567 lws_genhmac_destroy(&ctx, NULL); in lws_jws_sig_confirm()
|