Searched refs:sha256_ctx (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/libavb/ |
H A D | avb_vbmeta_image.c | 22 AvbSHA256Ctx sha256_ctx; in avb_vbmeta_image_verify() local 161 avb_sha256_init(&sha256_ctx); in avb_vbmeta_image_verify() 163 &sha256_ctx, header_block, sizeof(AvbVBMetaImageHeader)); in avb_vbmeta_image_verify() 165 &sha256_ctx, auxiliary_block, h.auxiliary_data_block_size); in avb_vbmeta_image_verify() 166 computed_hash = avb_sha256_final(&sha256_ctx); in avb_vbmeta_image_verify()
|
H A D | avb_slot_verify.c | 278 AvbSHA256Ctx sha256_ctx; in load_and_verify_hash_partition() local 279 avb_sha256_init(&sha256_ctx); in load_and_verify_hash_partition() 280 avb_sha256_update(&sha256_ctx, desc_salt, hash_desc.salt_len); in load_and_verify_hash_partition() 281 avb_sha256_update(&sha256_ctx, image_buf, hash_desc.image_size); in load_and_verify_hash_partition() 282 digest = avb_sha256_final(&sha256_ctx); in load_and_verify_hash_partition()
|
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign_support.c | 47 SHA256_Init(&hash_context->sha256_ctx); in hash_init() 72 SHA256_Update(&hash_context->sha256_ctx, data, size); in hash_update() 95 rv = SHA256_Final(hash, &hash_context->sha256_ctx); in hash_final()
|
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | libcr51sign_support.h | 33 SHA256_CTX sha256_ctx; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-define-__THROW-to-avoid-build-issue-with-musl.patch | 31 struct sha256_ctx
|
/openbmc/qemu/crypto/ |
H A D | hash-nettle.c | 45 struct sha256_ctx sha256;
|
H A D | hmac-nettle.c | 38 struct hmac_sha256_ctx sha256_ctx; /* equals hmac_sha224_ctx */ member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
H A D | 0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 81 @@ -372,7 +372,17 @@ sha256_process_bytes (const void *buffer, size_t len, struct sha256_ctx *ctx)
|