Searched refs:hash_type (Results 1 - 9 of 9) sorted by path

/u-boot/cmd/
H A Dcros_ec.c331 if (hash.hash_type == EC_VBOOT_HASH_TYPE_SHA256)
334 printf("type: %d\n", hash.hash_type);
/u-boot/drivers/crypto/
H A Dace_sha.c32 unsigned char *pout, unsigned int hash_type)
41 if (hash_type == ACE_SHA_TYPE_SHA1)
62 reg = (hash_type == ACE_SHA_TYPE_SHA1) ?
95 len = (hash_type == ACE_SHA_TYPE_SHA1) ? SHA1_SUM_LEN : SHA256_SUM_LEN;
31 ace_sha_hash_digest(const unsigned char *pbuf, unsigned int buf_len, unsigned char *pout, unsigned int hash_type) argument
H A Dace_sha.h309 * @param hash_type SHA1 or SHA256
314 uchar * out_addr, uint hash_type);
/u-boot/drivers/misc/
H A Dcros_ec.c554 p.hash_type = EC_VBOOT_HASH_TYPE_SHA256;
585 p.hash_type = EC_VBOOT_HASH_TYPE_SHA256;
H A Dcros_ec_sandbox.c426 resp->hash_type = EC_VBOOT_HASH_TYPE_SHA256;
/u-boot/include/
H A Dcbfs.h120 u32 hash_type; member in struct:cbfs_file_attr_hash
H A Dec_commands.h1944 uint8_t hash_type; /* enum ec_vboot_hash_type */ member in struct:ec_params_vboot_hash
1954 uint8_t hash_type; /* enum ec_vboot_hash_type */ member in struct:ec_response_vboot_hash
/u-boot/tools/
H A Dimx8image.c479 static void set_image_hash(boot_img_t *img, char *filename, uint32_t hash_type) argument
487 sprintf(sha_command, "sha%dsum /dev/null", hash_type);
492 img->size, filename, hash_type);
494 switch (hash_type) {
506 hash_type);
518 if (!fgets(hash, hash_type / 4 + 1, fp)) {
H A Drkcommon.c28 enum hash_type { enum

Completed in 259 milliseconds