Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dsha.h92 typedef psa_hash_operation_t bootutil_sha_context; typedef
94 static inline int bootutil_sha_init(bootutil_sha_context *ctx) in bootutil_sha_init()
107 static inline int bootutil_sha_drop(bootutil_sha_context *ctx) in bootutil_sha_drop()
112 static inline int bootutil_sha_update(bootutil_sha_context *ctx, in bootutil_sha_update()
119 static inline int bootutil_sha_finish(bootutil_sha_context *ctx, in bootutil_sha_finish()
136 typedef mbedtls_sha512_context bootutil_sha_context;
138 typedef mbedtls_sha256_context bootutil_sha_context;
141 static inline int bootutil_sha_init(bootutil_sha_context *ctx)
156 static inline int bootutil_sha_drop(bootutil_sha_context *ctx)
167 static inline int bootutil_sha_update(bootutil_sha_context *ctx,
[all …]
/mcuboot-latest/ext/nrf/
Dcc310_glue.h35 typedef nrf_cc310_bl_hash_context_sha256_t bootutil_sha_context; typedef
/mcuboot-latest/boot/bootutil/src/
Dimage_rsa.c89 bootutil_sha_context ctx; in pss_mgf1()
124 bootutil_sha_context shactx; in bootutil_cmp_rsasig()
Dimage_validate.c77 bootutil_sha_context sha_ctx; in bootutil_img_hash()
278 bootutil_sha_context sha_ctx; in bootutil_find_key()
305 bootutil_sha_context sha_ctx; in bootutil_find_key()