Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_free (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dsha256.c196 void mbedtls_sha256_free(mbedtls_sha256_context *ctx) in mbedtls_sha256_free() function
730 mbedtls_sha256_free(ctx); in mbedtls_sha256_finish()
776 mbedtls_sha256_free(&ctx); in mbedtls_sha256()
924 mbedtls_sha256_free(&ctx); in mbedtls_sha256_common_self_test()
H A Dpsa_crypto_hash.c47 mbedtls_sha256_free(&operation->ctx.sha256); in mbedtls_psa_hash_abort()
52 mbedtls_sha256_free(&operation->ctx.sha256); in mbedtls_psa_hash_abort()
H A Dmd.c291 mbedtls_sha256_free(ctx->md_ctx); in mbedtls_md_free()
296 mbedtls_sha256_free(ctx->md_ctx); in mbedtls_md_free()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha256.c226 void mbedtls_sha256_free(mbedtls_sha256_context *ctx) in mbedtls_sha256_free() function
760 mbedtls_sha256_free(ctx); in mbedtls_sha256_finish()
806 mbedtls_sha256_free(&ctx); in mbedtls_sha256()
954 mbedtls_sha256_free(&ctx); in mbedtls_sha256_common_self_test()
H A Dpsa_crypto_hash.c47 mbedtls_sha256_free(&operation->ctx.sha256); in mbedtls_psa_hash_abort()
52 mbedtls_sha256_free(&operation->ctx.sha256); in mbedtls_psa_hash_abort()
H A Dmd.c291 mbedtls_sha256_free(ctx->md_ctx); in mbedtls_md_free()
296 mbedtls_sha256_free(ctx->md_ctx); in mbedtls_md_free()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genhash.c138 mbedtls_sha256_free(&ctx->u.sha256); in lws_genhash_destroy()
235 mbedtls_sha256_free(&ctx->u.sha256); in lws_genhash_destroy()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dsha256.h69 void mbedtls_sha256_free(mbedtls_sha256_context *ctx);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dsha256.h67 void mbedtls_sha256_free(mbedtls_sha256_context *ctx);
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp375 mbedtls_sha256_free(context); in otPlatCryptoSha256Deinit()