Lines Matching full:ensure
57 /* Before we byteswap or compare Magic, ensure length is long enough. */ in avb_vbmeta_image_verify()
63 /* Ensure magic is correct. */ in avb_vbmeta_image_verify()
72 /* Ensure we don't attempt to access any fields if we do not meet in avb_vbmeta_image_verify()
82 /* Ensure |release_string| ends with a NUL byte. */ in avb_vbmeta_image_verify()
88 /* Ensure inner block sizes are multiple of 64. */ in avb_vbmeta_image_verify()
95 /* Ensure block sizes all add up to at most |length|. */ in avb_vbmeta_image_verify()
108 /* Ensure passed in memory doesn't wrap. */ in avb_vbmeta_image_verify()
114 /* Ensure hash and signature are entirely in the Authentication data block. */ in avb_vbmeta_image_verify()
128 /* Ensure public key is entirely in the Auxiliary data block. */ in avb_vbmeta_image_verify()
136 /* Ensure public key metadata (if set) is entirely in the Auxiliary in avb_vbmeta_image_verify()
155 /* Ensure algorithm field is supported. */ in avb_vbmeta_image_verify()