MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_BLOCK_IO_CRYPTO_PROTOCOL Struct Reference

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.

Field Documentation

EFI_BLOCK_IO_CRYPTO_FLUSH _EFI_BLOCK_IO_CRYPTO_PROTOCOL::FlushBlocks
EFI_BLOCK_IO_CRYPTO_GET_CAPABILITIES _EFI_BLOCK_IO_CRYPTO_PROTOCOL::GetCapabilities
EFI_BLOCK_IO_CRYPTO_GET_CONFIGURATION _EFI_BLOCK_IO_CRYPTO_PROTOCOL::GetConfiguration
EFI_BLOCK_IO_MEDIA* _EFI_BLOCK_IO_CRYPTO_PROTOCOL::Media
EFI_BLOCK_IO_CRYPTO_READ_EXTENDED _EFI_BLOCK_IO_CRYPTO_PROTOCOL::ReadExtended
EFI_BLOCK_IO_CRYPTO_RESET _EFI_BLOCK_IO_CRYPTO_PROTOCOL::Reset
EFI_BLOCK_IO_CRYPTO_SET_CONFIGURATION _EFI_BLOCK_IO_CRYPTO_PROTOCOL::SetConfiguration
EFI_BLOCK_IO_CRYPTO_WRITE_EXTENDED _EFI_BLOCK_IO_CRYPTO_PROTOCOL::WriteExtended