Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c64 updatehub_crypto_context_t crypto_ctx; member
365 if (updatehub_integrity_finish(&ctx.crypto_ctx, ctx.hash, sizeof(ctx.hash))) { in install_update_cb_sha256()
456 if (updatehub_integrity_update(&ctx.crypto_ctx, in install_update_cb()
522 if (updatehub_integrity_init(&ctx.crypto_ctx)) { in install_update()