| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | sha256.su | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha256.su | |
| H A D | sha256.c | 209 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 D | loaderimage.c | 326 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 D | resource_tool.c | 477 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 D | trust_merger.c | 518 sha256_update(&ctx, pData + nHasHashSize, nHashSize); in bl3xHash256()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | rpmb.c | 191 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 D | sha256_generic.c | 51 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 D | sha256.c | 210 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 D | purgatory.c | 25 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | sha256.h | 19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
|
| /OK3568_Linux_fs/kernel/arch/x86/purgatory/ |
| H A D | purgatory.c | 31 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 D | sha2_impl.h | 72 void sha256_update(struct sha256_ctx *ctx, const unsigned char *message,
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 178 sha256_update
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | sha.h | 148 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 D | sha2_impl.c | 319 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 D | rk_avb_ops_user.c | 719 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 D | hash.c | 73 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | resource_tool.c | 477 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 D | f_fastboot.c | 1923 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 D | bubt.c | 599 sha256_update(&hash256_text, buff, image_size_to_hash); in check_image_header()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkcommon.c | 301 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 D | compat-1.3.h | 2256 #define sha256_update mbedtls_sha256_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2256 #define sha256_update mbedtls_sha256_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | compat-1.3.h | 2256 #define sha256_update mbedtls_sha256_update macro
|