Searched refs:AvbAlgorithmType (Results 1 – 11 of 11) sorted by relevance
113 } AvbAlgorithmType; typedef125 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm)
68 AvbAlgorithmType algorithm_type,
357 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm) { in avb_get_algorithm_data()
567 AvbAlgorithmType* out_algorithm_type, in load_and_verify_vbmeta()1243 *out_algorithm_type = (AvbAlgorithmType)vbmeta_header.algorithm_type; in load_and_verify_vbmeta()1393 AvbAlgorithmType algorithm_type = AVB_ALGORITHM_TYPE_NONE; in avb_slot_verify()
215 AvbAlgorithmType algorithm_type, in avb_append_options()
21 avb_vbmeta_image_verify, AvbAlgorithmType, AvbFooter, AvbVBMetaImageHeader,124 if self.header.algorithm_type == AvbAlgorithmType::AVB_ALGORITHM_TYPE_NONE as u32 { in public_key()138 if self.header.algorithm_type == AvbAlgorithmType::AVB_ALGORITHM_TYPE_NONE as u32 { in hash()
393 pub enum AvbAlgorithmType { enum465 pub fn avb_get_algorithm_data(algorithm: AvbAlgorithmType) -> *const AvbAlgorithmData; in avb_get_algorithm_data()