Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dimage_rsa.c97 bootutil_sha_update(&ctx, hash, PSS_HLEN); in pss_mgf1()
98 bootutil_sha_update(&ctx, counter, 4); in pss_mgf1()
225 bootutil_sha_update(&shactx, pss_zeros, 8); in bootutil_cmp_rsasig()
226 bootutil_sha_update(&shactx, hash, PSS_HLEN); in bootutil_cmp_rsasig()
227 bootutil_sha_update(&shactx, &db_mask[PSS_MASK_SALT_POS], PSS_SLEN); in bootutil_cmp_rsasig()
Dimage_validate.c143 bootutil_sha_update(&sha_ctx, seed, seed_len); in bootutil_img_hash()
158 bootutil_sha_update(&sha_ctx, (void *)flash_area_get_off(fap), size); in bootutil_img_hash()
161 bootutil_sha_update(&sha_ctx, in bootutil_img_hash()
205 bootutil_sha_update(&sha_ctx, tmp_buf, blk_sz); in bootutil_img_hash()
290 bootutil_sha_update(&sha_ctx, key->key, *key->len); in bootutil_find_key()
313 bootutil_sha_update(&sha_ctx, key, key_len); in bootutil_find_key()
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dsha.h112 static inline int bootutil_sha_update(bootutil_sha_context *ctx, in bootutil_sha_update() function
167 static inline int bootutil_sha_update(bootutil_sha_context *ctx,
221 static inline int bootutil_sha_update(bootutil_sha_context *ctx, in bootutil_sha_update() function
257 static inline int bootutil_sha_update(bootutil_sha_context *ctx, in bootutil_sha_update() function