Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c116 updatehub_crypto_context_t local_crypto_ctx; in metadata_hash_get() local
118 if (updatehub_integrity_init(&local_crypto_ctx)) { in metadata_hash_get()
122 if (updatehub_integrity_update(&local_crypto_ctx, metadata, strlen(metadata))) { in metadata_hash_get()
126 if (updatehub_integrity_finish(&local_crypto_ctx, ctx.hash, sizeof(ctx.hash))) { in metadata_hash_get()