Lines Matching refs:avb_assert
57 avb_assert(leaf != NULL && hash != NULL); in avb_aftl_rfc6962_hash_leaf()
58 avb_assert(leaf_size != AVB_AFTL_UINT64_MAX); in avb_aftl_rfc6962_hash_leaf()
86 avb_assert(left_child != NULL && right_child != NULL && hash != NULL); in avb_aftl_rfc6962_hash_children()
89 avb_assert(left_child_size < AVB_AFTL_UINT64_MAX - right_child_size); in avb_aftl_rfc6962_hash_children()
124 avb_assert(seed_size == AVB_AFTL_HASH_SIZE); in avb_aftl_chain_border_right()
125 avb_assert(seed != NULL && proof != NULL && hash != NULL); in avb_aftl_chain_border_right()
163 avb_assert(seed_size == AVB_AFTL_HASH_SIZE); in avb_aftl_chain_inner()
164 avb_assert(seed != NULL && proof != NULL && hash != NULL); in avb_aftl_chain_inner()
244 avb_assert(proof_entry_count != 0); in avb_aftl_root_from_icp()
245 avb_assert(leaf_hash_size != 0); in avb_aftl_root_from_icp()
246 avb_assert(proof != NULL && leaf_hash != NULL && root_hash != NULL); in avb_aftl_root_from_icp()
362 avb_assert(icp_entry); in parse_trillian_log_root_descriptor()
363 avb_assert(aftl_blob); in parse_trillian_log_root_descriptor()