Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/mgmt/updatehub/
Dupdatehub_integrity.h26 struct updatehub_crypto_context { struct
35 int updatehub_integrity_init(struct updatehub_crypto_context *ctx); argument
36 int updatehub_integrity_update(struct updatehub_crypto_context *ctx,
38 int updatehub_integrity_finish(struct updatehub_crypto_context *ctx,
Dupdatehub_integrity.c12 int updatehub_integrity_init(struct updatehub_crypto_context *ctx) in updatehub_integrity_init()
21 memset(ctx, 0, sizeof(struct updatehub_crypto_context)); in updatehub_integrity_init()
57 int updatehub_integrity_update(struct updatehub_crypto_context *ctx, in updatehub_integrity_update()
88 int updatehub_integrity_finish(struct updatehub_crypto_context *ctx, in updatehub_integrity_finish()
Dupdatehub.c64 struct updatehub_crypto_context crypto_ctx;
116 struct updatehub_crypto_context local_crypto_ctx; in metadata_hash_get()