Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_integrity.h24 typedef psa_hash_operation_t updatehub_crypto_context_t; typedef
26 typedef mbedtls_sha256_context updatehub_crypto_context_t;
29 int updatehub_integrity_init(updatehub_crypto_context_t *ctx);
30 int updatehub_integrity_update(updatehub_crypto_context_t *ctx,
32 int updatehub_integrity_finish(updatehub_crypto_context_t *ctx,
Dupdatehub_integrity.c18 int updatehub_integrity_init(updatehub_crypto_context_t *ctx) in updatehub_integrity_init()
42 int updatehub_integrity_update(updatehub_crypto_context_t *ctx, in updatehub_integrity_update()
76 int updatehub_integrity_finish(updatehub_crypto_context_t *ctx, in updatehub_integrity_finish()
Dupdatehub.c64 updatehub_crypto_context_t crypto_ctx;
116 updatehub_crypto_context_t local_crypto_ctx; in metadata_hash_get()