Searched refs:hash_type (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/crypto/ |
A D | ace_sha.c | 30 unsigned char *pout, unsigned int hash_type) in ace_sha_hash_digest() argument 39 if (hash_type == ACE_SHA_TYPE_SHA1) in ace_sha_hash_digest() 60 reg = (hash_type == ACE_SHA_TYPE_SHA1) ? in ace_sha_hash_digest() 93 len = (hash_type == ACE_SHA_TYPE_SHA1) ? SHA1_SUM_LEN : SHA256_SUM_LEN; in ace_sha_hash_digest()
|
A D | ace_sha.h | 312 uchar * out_addr, uint hash_type);
|
/u-boot/tools/ |
A D | imx8image.c | 471 static void set_image_hash(boot_img_t *img, char *filename, uint32_t hash_type) in set_image_hash() argument 479 sprintf(sha_command, "sha%dsum /dev/null", hash_type); in set_image_hash() 484 img->size, filename, hash_type); in set_image_hash() 486 switch (hash_type) { in set_image_hash() 498 hash_type); in set_image_hash() 510 if (!fgets(hash, hash_type / 4 + 1, fp)) { in set_image_hash()
|
/u-boot/cmd/ |
A D | cros_ec.c | 333 if (hash.hash_type == EC_VBOOT_HASH_TYPE_SHA256) in do_cros_ec() 336 printf("type: %d\n", hash.hash_type); in do_cros_ec()
|
/u-boot/drivers/misc/ |
A D | cros_ec_sandbox.c | 412 resp->hash_type = EC_VBOOT_HASH_TYPE_SHA256; in process_cmd()
|
A D | cros_ec.c | 555 p.hash_type = EC_VBOOT_HASH_TYPE_SHA256; in cros_ec_read_hash() 586 p.hash_type = EC_VBOOT_HASH_TYPE_SHA256; in cros_ec_invalidate_hash()
|
/u-boot/include/ |
A D | ec_commands.h | 1944 uint8_t hash_type; /* enum ec_vboot_hash_type */ member 1954 uint8_t hash_type; /* enum ec_vboot_hash_type */ member
|
Completed in 27 milliseconds