Home
last modified time | relevance | path

Searched refs:auth_ext_count (Results 1 – 2 of 2) sorted by relevance

/external/fsverity-utils/
Dcmd_setup.c243 u16 auth_ext_count; in append_fsverity_descriptor() local
263 auth_ext_count = 1; /* root hash */ in append_fsverity_descriptor()
265 auth_ext_count++; in append_fsverity_descriptor()
266 auth_ext_count += params->num_elisions_and_patches; in append_fsverity_descriptor()
267 desc->auth_ext_count = cpu_to_le16(auth_ext_count); in append_fsverity_descriptor()
Dfsverity_uapi.h47 __le16 auth_ext_count; /* number of authenticated extensions */ member