Searched refs:updatehub_crypto_context (Results 1 – 3 of 3) sorted by relevance
26 struct updatehub_crypto_context { struct35 int updatehub_integrity_init(struct updatehub_crypto_context *ctx); argument36 int updatehub_integrity_update(struct updatehub_crypto_context *ctx,38 int updatehub_integrity_finish(struct updatehub_crypto_context *ctx,
12 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()
64 struct updatehub_crypto_context crypto_ctx;116 struct updatehub_crypto_context local_crypto_ctx; in metadata_hash_get()