Searched refs:hash_block (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | hash.h | 114 int hash_block(const char *algo_name, const void *data, unsigned int len,
|
/openbmc/linux/drivers/md/ |
H A D | dm-verity-target.c | 203 sector_t *hash_block, unsigned int *offset) in verity_hash_at_level() argument 208 *hash_block = v->hash_level_block[level] + (position >> v->hash_per_block_bits); in verity_hash_at_level() 295 sector_t hash_block; in verity_verify_level() local 298 verity_hash_at_level(v, block, level, &hash_block, &offset); in verity_verify_level() 301 data = dm_bufio_get(v->bufio, hash_block, &buf); in verity_verify_level() 311 data = dm_bufio_read(v->bufio, hash_block, &buf); in verity_verify_level() 342 hash_block, data, NULL) == 0) in verity_verify_level() 346 hash_block)) { in verity_verify_level()
|
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
H A D | puma-rk3399.c | 115 ret = hash_block("sha256", (void *)cpuid, strlen(cpuid), hash, &size); in setup_macaddr()
|
/openbmc/u-boot/common/ |
H A D | autoboot.c | 91 hash_block(algo_name, (const void *)presskey, in passwd_abort()
|
H A D | hash.c | 372 int hash_block(const char *algo_name, const void *data, unsigned int len, in hash_block() function
|
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec_sandbox.c | 377 ret = hash_block("sha256", in process_cmd()
|