File: ssp.h

package info (click to toggle)
shim 15.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,124 kB
  • sloc: ansic: 168,639; asm: 1,714; sh: 1,294; makefile: 1,151; python: 284
file content (14 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SSP_H_
#define SSP_H_

#define SSPVER_VAR_NAME L"SkuSiPolicyVersion"
#define SSPSIG_VAR_NAME L"SkuSiPolicyUpdateSigners"
#define SSP_VAR_ATTRS UEFI_VAR_NV_BS

#define SSPVER_SIZE 8
#define SSPSIG_SIZE 131

EFI_STATUS set_ssp_uefi_variable_internal(void);
EFI_STATUS set_ssp_uefi_variable(uint8_t*, uint8_t*, uint8_t*, uint8_t*);

#endif /* !SSP_H_ */