Searched refs:sha_ctx (Results 1 – 1 of 1) sorted by relevance
70 bootutil_sha_context sha_ctx; in bootutil_img_hash() local104 bootutil_sha_init(&sha_ctx); in bootutil_img_hash()109 bootutil_sha_update(&sha_ctx, seed, seed_len); in bootutil_img_hash()121 bootutil_sha_update(&sha_ctx, in bootutil_img_hash()145 bootutil_sha_drop(&sha_ctx); in bootutil_img_hash()161 bootutil_sha_update(&sha_ctx, tmp_buf, blk_sz); in bootutil_img_hash()164 bootutil_sha_finish(&sha_ctx, hash_result); in bootutil_img_hash()165 bootutil_sha_drop(&sha_ctx); in bootutil_img_hash()232 bootutil_sha_context sha_ctx; in bootutil_find_key() local243 bootutil_sha_init(&sha_ctx); in bootutil_find_key()[all …]