Home
last modified time | relevance | path

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

/src/stand/common/
H A Dcommands.c363 int ves; in command_set() local
365 ves = ve_status_get(-1); in command_set()
366 if (ves == VE_UNVERIFIED_OK) { in command_set()
394 int ves; in command_unset() local
396 ves = ve_status_get(-1); in command_unset()
397 if (ves == VE_UNVERIFIED_OK) { in command_unset()
/src/lib/libsecureboot/
H A Dverify_file.c86 ve_status_set(int fd, int ves) in ve_status_set() argument
89 ve_status[fd] = ves; in ve_status_set()
92 ve_status[SOPEN_MAX] = ves; in ve_status_set()