Searched refs:IsPk (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.h99 @param[in] IsPk Indicates whether to process pk.
117 IN BOOLEAN IsPk
H A DAuthService.c457 @param[in] IsPk Indicates whether to process pk.
475 IN BOOLEAN IsPk
564 if ((DataSize == AUTHINFO_SIZE) && IsPk) {
574 if ((DataSize != 0) && IsPk) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.h172 @param[in] IsPk Indicate whether it is to process pk.
188 IN BOOLEAN IsPk
H A DAuthService.c782 BOOLEAN IsPk; local
791 IsPk = TRUE;
793 IsPk = FALSE;
845 if (IsPk && SigCount > 1) {
862 @param[in] IsPk Indicate whether it is to process pk.
878 IN BOOLEAN IsPk
914 if (Del && IsPk) {
943 if (IsPk) {

Completed in 226 milliseconds