TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_BLOCK_IO_CRYPTO_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/BlockIoCrypto.h>

Data Fields

EFI_BLOCK_IO_MEDIAMedia
 
EFI_BLOCK_IO_CRYPTO_RESET Reset
 
EFI_BLOCK_IO_CRYPTO_GET_CAPABILITIES GetCapabilities
 
EFI_BLOCK_IO_CRYPTO_SET_CONFIGURATION SetConfiguration
 
EFI_BLOCK_IO_CRYPTO_GET_CONFIGURATION GetConfiguration
 
EFI_BLOCK_IO_CRYPTO_READ_EXTENDED ReadExtended
 
EFI_BLOCK_IO_CRYPTO_WRITE_EXTENDED WriteExtended
 
EFI_BLOCK_IO_CRYPTO_FLUSH FlushBlocks
 

Detailed Description

The EFI_BLOCK_IO_CRYPTO_PROTOCOL defines a UEFI protocol that can be used by UEFI drivers and applications to perform block encryption on a storage device, such as UFS.

Definition at line 510 of file BlockIoCrypto.h.

Field Documentation

◆ FlushBlocks

EFI_BLOCK_IO_CRYPTO_FLUSH _EFI_BLOCK_IO_CRYPTO_PROTOCOL::FlushBlocks

Definition at line 518 of file BlockIoCrypto.h.

◆ GetCapabilities

EFI_BLOCK_IO_CRYPTO_GET_CAPABILITIES _EFI_BLOCK_IO_CRYPTO_PROTOCOL::GetCapabilities

Definition at line 513 of file BlockIoCrypto.h.

◆ GetConfiguration

EFI_BLOCK_IO_CRYPTO_GET_CONFIGURATION _EFI_BLOCK_IO_CRYPTO_PROTOCOL::GetConfiguration

Definition at line 515 of file BlockIoCrypto.h.

◆ Media

EFI_BLOCK_IO_MEDIA* _EFI_BLOCK_IO_CRYPTO_PROTOCOL::Media

Definition at line 511 of file BlockIoCrypto.h.

◆ ReadExtended

EFI_BLOCK_IO_CRYPTO_READ_EXTENDED _EFI_BLOCK_IO_CRYPTO_PROTOCOL::ReadExtended

Definition at line 516 of file BlockIoCrypto.h.

◆ Reset

EFI_BLOCK_IO_CRYPTO_RESET _EFI_BLOCK_IO_CRYPTO_PROTOCOL::Reset

Definition at line 512 of file BlockIoCrypto.h.

◆ SetConfiguration

EFI_BLOCK_IO_CRYPTO_SET_CONFIGURATION _EFI_BLOCK_IO_CRYPTO_PROTOCOL::SetConfiguration

Definition at line 514 of file BlockIoCrypto.h.

◆ WriteExtended

EFI_BLOCK_IO_CRYPTO_WRITE_EXTENDED _EFI_BLOCK_IO_CRYPTO_PROTOCOL::WriteExtended

Definition at line 517 of file BlockIoCrypto.h.


The documentation for this struct was generated from the following file: