Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/
H A Dace_sha.c29 unsigned char *pout, unsigned int hash_type) in ace_sha_hash_digest() argument
38 if (hash_type == ACE_SHA_TYPE_SHA1) in ace_sha_hash_digest()
59 reg = (hash_type == ACE_SHA_TYPE_SHA1) ? in ace_sha_hash_digest()
92 len = (hash_type == ACE_SHA_TYPE_SHA1) ? SHA1_SUM_LEN : SHA256_SUM_LEN; in ace_sha_hash_digest()
H A Dace_sha.h313 uchar * out_addr, uint hash_type);
/rk3399_rockchip-uboot/cmd/
H A Dcros_ec.c163 if (hash.hash_type == EC_VBOOT_HASH_TYPE_SHA256) in do_cros_ec()
166 printf("type: %d\n", hash.hash_type); in do_cros_ec()
/rk3399_rockchip-uboot/include/
H A Dec_commands.h938 uint8_t hash_type; /* enum ec_vboot_hash_type */ member
948 uint8_t hash_type; /* enum ec_vboot_hash_type */ member
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec.c478 p.hash_type = EC_VBOOT_HASH_TYPE_SHA256; in cros_ec_read_hash()
505 p.hash_type = EC_VBOOT_HASH_TYPE_SHA256; in cros_ec_invalidate_hash()
H A Dcros_ec_sandbox.c386 resp->hash_type = EC_VBOOT_HASH_TYPE_SHA256; in process_cmd()
/rk3399_rockchip-uboot/tools/
H A Drkcommon.c29 enum hash_type { enum