Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dsgxreg.h122 #define SECS_RSV2_SIZE 32 macro
123 uint8_t reserved2[SECS_RSV2_SIZE];
/freebsd/sys/amd64/sgx/
H A Dsgx.c483 for (i = 0; i < SECS_RSV2_SIZE; i++) in sgx_secs_validate()