Home
last modified time | relevance | path

Searched refs:hash_ret (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_thunderboot_crypto.c150 int hash_ret,
197 static void sha256_done_cb(void *user_data, int hash_ret, u8 *hash_val) in sha256_done_cb() argument
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py4106 hash_ret = bytearray(tree_size)
4116 return hasher.digest(), bytes(hash_ret)
4130 data = hash_ret[offset:offset + block_size]
4148 hash_ret[offset:offset + len(level_output)] = level_output
4156 return hasher.digest(), bytes(hash_ret)
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool3514 hash_ret = bytearray(tree_size)
3530 data = hash_ret[offset:offset + block_size]
3546 hash_ret[offset:offset + len(level_output)] = level_output
3554 return hasher.digest(), hash_ret