OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AIKTarget.c File Reference
#include "AIKTarget.h"
#include "AIKTranslate.h"
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>

Go to the source code of this file.

Functions

EFI_STATUS AIKTargetInstall (IN OUT AIK_TARGET *Target, IN UINT8 KeyForgotThreshold)
 
VOID AIKTargetUninstall (IN OUT AIK_TARGET *Target)
 
UINT64 AIKTargetRefresh (IN OUT AIK_TARGET *Target)
 
VOID AIKTargetWriteEntry (IN OUT AIK_TARGET *Target, IN AMI_EFI_KEY_DATA *KeyData)
 
VOID AIKTargetSubmit (IN OUT AIK_TARGET *Target)
 

Detailed Description

Key consumer

Copyright (c) 2018, vit9696. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file AIKTarget.c.

Function Documentation

◆ AIKTargetInstall()

EFI_STATUS AIKTargetInstall ( IN OUT AIK_TARGET * Target,
IN UINT8 KeyForgotThreshold )

Definition at line 23 of file AIKTarget.c.

◆ AIKTargetRefresh()

UINT64 AIKTargetRefresh ( IN OUT AIK_TARGET * Target)

Definition at line 75 of file AIKTarget.c.

◆ AIKTargetSubmit()

VOID AIKTargetSubmit ( IN OUT AIK_TARGET * Target)

Definition at line 179 of file AIKTarget.c.

◆ AIKTargetUninstall()

VOID AIKTargetUninstall ( IN OUT AIK_TARGET * Target)

Definition at line 58 of file AIKTarget.c.

◆ AIKTargetWriteEntry()

VOID AIKTargetWriteEntry ( IN OUT AIK_TARGET * Target,
IN AMI_EFI_KEY_DATA * KeyData )

Definition at line 119 of file AIKTarget.c.