Home
last modified time | relevance | path

Searched refs:sha256_update (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/u-boot/spl/lib/
H A Dsha256.su
/OK3568_Linux_fs/u-boot/lib/
H A Dsha256.su
H A Dsha256.c209 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update() function
264 sha256_update(ctx, sha256_padding, padn); in sha256_finish()
265 sha256_update(ctx, msglen, 8); in sha256_finish()
286 sha256_update(&ctx, input, ilen); in sha256_csum()
313 sha256_update(&ctx, curr, chunk); in sha256_csum_wd()
318 sha256_update(&ctx, input, ilen); in sha256_csum_wd()
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dloaderimage.c326 sha256_update(&ctx, (void *)buf + sizeof(second_loader_hdr), size); in main()
328 sha256_update(&ctx, (void *)&hdr.version, 8); in main()
330 sha256_update(&ctx, (void *)&hdr.loader_load_addr, in main()
332 sha256_update(&ctx, (void *)&hdr.loader_load_size, in main()
334 sha256_update(&ctx, (void *)&hdr.hash_len, sizeof(hdr.hash_len)); in main()
H A Dresource_tool.c477 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update() function
535 sha256_update(ctx, sha256_padding, padn); in sha256_finish()
536 sha256_update(ctx, msglen, 8); in sha256_finish()
558 sha256_update(&ctx, input, ilen); in sha256_csum()
H A Dtrust_merger.c518 sha256_update(&ctx, pData + nHasHashSize, nHashSize); in bl3xHash256()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drpmb.c191 sha256_update(&ctx, k_ipad, SHA256_BLOCK_SIZE); in rpmb_hmac()
192 sha256_update(&ctx, buff, len); in rpmb_hmac()
199 sha256_update(&ctx, k_opad, SHA256_BLOCK_SIZE); in rpmb_hmac()
202 sha256_update(&ctx, output, RPMB_SZ_MAC); in rpmb_hmac()
/OK3568_Linux_fs/kernel/crypto/
H A Dsha256_generic.c51 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_update()
68 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_finup()
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dsha256.c210 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha256_update() function
237 EXPORT_SYMBOL(sha256_update);
241 sha256_update(sctx, data, len); in sha224_update()
259 sha256_update(sctx, padding, pad_len); in __sha256_final()
262 sha256_update(sctx, (const u8 *)&bits, sizeof(bits)); in __sha256_final()
297 sha256_update(&sctx, data, len); in sha256()
/OK3568_Linux_fs/kernel/arch/s390/purgatory/
H A Dpurgatory.c25 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dsha256.h19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
/OK3568_Linux_fs/kernel/arch/x86/purgatory/
H A Dpurgatory.c31 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/include/
H A Dsha2_impl.h72 void sha256_update(struct sha256_ctx *ctx, const unsigned char *message,
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips140178 sha256_update
/OK3568_Linux_fs/kernel/include/crypto/
H A Dsha.h148 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dsha2_impl.c319 sha256_update(&ctx, message, len); in sha256()
345 void sha256_update(struct sha256_ctx *ctx, const unsigned char *message, in sha256_update() function
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c719 sha256_update(&ctx, in rk_avb_write_perm_attr()
749 sha256_update(&ctx, (const uint8_t *)pbuf, in rk_avb_write_perm_attr()
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c73 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c477 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update() function
535 sha256_update(ctx, sha256_padding, padn); in sha256_finish()
536 sha256_update(ctx, msglen, 8); in sha256_finish()
558 sha256_update(&ctx, input, ilen); in sha256_csum()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c1923 sha256_update(&ctx, in cb_oem_perm_attr()
1953 sha256_update(&ctx, (const uint8_t *)CONFIG_FASTBOOT_BUF_ADDR, in cb_oem_perm_attr()
2260 sha256_update(&ctx, (const uint8_t *)CONFIG_FASTBOOT_BUF_ADDR, in cb_oem()
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c599 sha256_update(&hash256_text, buff, image_size_to_hash); in check_image_header()
/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.c301 sha256_update(&ctx, buf, size); in do_sha256_hash()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dcompat-1.3.h2256 #define sha256_update mbedtls_sha256_update macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dcompat-1.3.h2256 #define sha256_update mbedtls_sha256_update macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dcompat-1.3.h2256 #define sha256_update mbedtls_sha256_update macro

12