Searched refs:mbedtls_sha256_context (Results 1 – 4 of 4) sorted by relevance
23 typedef mbedtls_sha256_context hash_ctx_t;126 static int hash_setup(mbedtls_sha256_context *ctx) in hash_setup()131 static int hash_update(mbedtls_sha256_context *ctx, const uint8_t *input, size_t ilen) in hash_update()135 static int hash_finish(mbedtls_sha256_context *ctx, uint8_t *output) in hash_finish()139 static void hash_teardown(mbedtls_sha256_context *ctx) in hash_teardown()
26 typedef mbedtls_sha256_context updatehub_crypto_context_t;
38 mbedtls_sha256_context hash_ctx; in flash_area_check_int_sha256()
46 mbedtls_sha256_context mtls_sha256;469 mbedtls_sha256_context *sha256_ctx = MTLS_GET_CTX(ctx, sha256); in mtls_sha256_compute()567 mbedtls_sha256_context *sha256_ctx = in mtls_hash_session_setup()