Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha256.h69 void mbedtls_sha256_free(mbedtls_sha256_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
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 Dsha256.c230 void mbedtls_sha256_free(mbedtls_sha256_context *ctx) in mbedtls_sha256_free() function
764 mbedtls_sha256_free(ctx); in mbedtls_sha256_finish()
810 mbedtls_sha256_free(&ctx); in mbedtls_sha256()
958 mbedtls_sha256_free(&ctx); in mbedtls_sha256_common_self_test()
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()
/optee_os/lib/libmbedtls/core/
H A Dhash.c193 mbedtls_sha256_free(&hs); in hash_sha256_check()