|
XenevaOS
|
#include <BlockIoCrypto.h>

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.
| 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 |