| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_boot_image.c | 165 sha1_update(&ctx, (const uchar *)buf, hdr->kernel_size); in spl_hash_android() 166 sha1_update(&ctx, (const uchar *)&hdr->kernel_size, sizeof(hdr->kernel_size)); in spl_hash_android() 169 sha1_update(&ctx, (const uchar *)buf, hdr->ramdisk_size); in spl_hash_android() 170 sha1_update(&ctx, (const uchar *)&hdr->ramdisk_size, sizeof(hdr->ramdisk_size)); in spl_hash_android() 173 sha1_update(&ctx, (const uchar *)buf, hdr->second_size); in spl_hash_android() 174 sha1_update(&ctx, (const uchar *)&hdr->second_size, sizeof(hdr->second_size)); in spl_hash_android() 178 sha1_update(&ctx, (const uchar *)buf, hdr->recovery_dtbo_size); in spl_hash_android() 179 sha1_update(&ctx, (const uchar *)&hdr->recovery_dtbo_size, sizeof(hdr->recovery_dtbo_size)); in spl_hash_android() 183 sha1_update(&ctx, (const uchar *)buf, hdr->dtb_size); in spl_hash_android() 184 sha1_update(&ctx, (const uchar *)&hdr->dtb_size, sizeof(hdr->dtb_size)); in spl_hash_android()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha1.c | 247 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() function 308 sha1_update (ctx, (unsigned char *) sha1_padding, padn); in sha1_finish() 309 sha1_update (ctx, msglen, 8); in sha1_finish() 327 sha1_update (&ctx, input, ilen); in sha1_csum() 353 sha1_update (&ctx, curr, chunk); in sha1_csum_wd() 358 sha1_update (&ctx, input, ilen); in sha1_csum_wd() 389 sha1_update (&ctx, k_ipad, 64); in sha1_hmac() 390 sha1_update (&ctx, input, ilen); in sha1_hmac() 394 sha1_update (&ctx, k_opad, 64); in sha1_hmac() 395 sha1_update (&ctx, tmpbuf, 20); in sha1_hmac() [all …]
|
| H A D | sha1.su | |
| H A D | tpm.c | 719 sha1_update(&hash_ctx, request + command_code_offset, 4); in create_request_auth() 721 sha1_update(&hash_ctx, in create_request_auth() 728 sha1_update(&hash_ctx, auth_session->nonce_odd, DIGEST_LENGTH); in create_request_auth() 729 sha1_update(&hash_ctx, hmac_data, sizeof(hmac_data)); in create_request_auth() 789 sha1_update(&hash_ctx, response + return_code_offset, 4); in verify_response_auth() 790 sha1_update(&hash_ctx, hmac_data, 4); in verify_response_auth() 792 sha1_update(&hash_ctx, in verify_response_auth()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha1_ssse3_glue.c | 29 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update() function 72 return sha1_update(desc, data, len, sha1_transform_ssse3); in sha1_ssse3_update() 122 return sha1_update(desc, data, len, sha1_transform_avx); in sha1_avx_update() 204 return sha1_update(desc, data, len, sha1_apply_transform_avx2); in sha1_avx2_update() 254 return sha1_update(desc, data, len, sha1_ni_transform); in sha1_ni_update()
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | sha1.su | |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/ |
| H A D | sha1_glue.c | 60 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update() function 111 .update = sha1_update,
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | hre.c | 201 sha1_update(&ctx, buf, 24); in read_common_data() 333 sha1_update(&ctx, _dst, n); in compute_extend() 334 sha1_update(&ctx, _src, n); in compute_extend()
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | sha1.h | 53 void sha1_update(sha1_context *ctx, const unsigned char *input,
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xsha1.c | 162 sha1_update(ctx, size, data); in x_sha1_update()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 349 sha1_update(&ctx, buf, 24); in read_common_data() 562 sha1_update(&ctx, _dst, n); in compute_extend() 563 sha1_update(&ctx, _src, n); in compute_extend()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hash.c | 45 sha1_update((sha1_context *)ctx, buf, size); in hash_update_sha1()
|
| H A D | image-android.c | 665 sha1_update(&sha1_ctx, (void *)buffer, length); in image_load() 666 sha1_update(&sha1_ctx, (void *)&length, typesz); in image_load()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | resource_tool.c | 224 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() function 288 sha1_update (ctx, (unsigned char *) sha1_padding, padn); in sha1_finish() 289 sha1_update (ctx, msglen, 8); in sha1_finish() 308 sha1_update (&ctx, input, ilen); in sha1_csum()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | resource_tool.c | 224 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() function 288 sha1_update (ctx, (unsigned char *) sha1_padding, padn); in sha1_finish() 289 sha1_update (ctx, msglen, 8); in sha1_finish() 308 sha1_update (&ctx, input, ilen); in sha1_csum()
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 593 sha1_update(&hash1_text, buff, image_size_to_hash); in check_image_header()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | compat-1.3.h | 2245 #define sha1_update mbedtls_sha1_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2245 #define sha1_update mbedtls_sha1_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | compat-1.3.h | 2245 #define sha1_update mbedtls_sha1_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2245 #define sha1_update mbedtls_sha1_update macro
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |