Searched refs:hash_type (Results 1 – 7 of 7) sorted by relevance
29 unsigned char *pout, unsigned int hash_type) in ace_sha_hash_digest() argument38 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()
313 uchar * out_addr, uint hash_type);
163 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()
938 uint8_t hash_type; /* enum ec_vboot_hash_type */ member948 uint8_t hash_type; /* enum ec_vboot_hash_type */ member
478 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()
386 resp->hash_type = EC_VBOOT_HASH_TYPE_SHA256; in process_cmd()
29 enum hash_type { enum