Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/crypto/
A Dace_sha.c30 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 Dace_sha.h312 uchar * out_addr, uint hash_type);
/u-boot/tools/
A Dimx8image.c471 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 Dcros_ec.c333 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 Dcros_ec_sandbox.c412 resp->hash_type = EC_VBOOT_HASH_TYPE_SHA256; in process_cmd()
A Dcros_ec.c555 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 Dec_commands.h1944 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