Searched refs:monotonic_count (Results 1 – 2 of 2) sorted by relevance
228 uint64_t monotonic_count; in efi_capsule_authenticate() local255 *image = (uint8_t *)capsule + sizeof(auth_hdr->monotonic_count) + in efi_capsule_authenticate()258 sizeof(auth_hdr->monotonic_count); in efi_capsule_authenticate()259 memcpy(&monotonic_count, &auth_hdr->monotonic_count, in efi_capsule_authenticate()260 sizeof(monotonic_count)); in efi_capsule_authenticate()271 efi_image_region_add(regs, (uint8_t *)&monotonic_count, in efi_capsule_authenticate()272 (uint8_t *)&monotonic_count + sizeof(monotonic_count), in efi_capsule_authenticate()
1832 uint64_t monotonic_count; member
Completed in 11 milliseconds