NAME
shldata.h - encrypt/decrypt data using the shielded data protocol
SYNOPSIS
#include <limb/shldata.h>
DESCRIPTION
The header defines functions used to encrypt/decrypt data using the "shielded data" protocol. Refer to shldata(5) for more.
Types
The following types are defined :
shldata_ctx
An opaque structure to be given to the function below.
Functions
The following functions/macros are defined :
To initialize encryption of data through the shielded data protocol.
To encrypt data through the shielded data protocol.
Part of the shielded data encryption protocol.
To finalize the encryption of data through the shielded data protocol.
To initialize decryption through the shielded data protocol.
Returns the length of encrypted data to be decrypted through the shielded data protocol.
To decrypt data through the shielded data protocol.
To finalize the decryption of data through the shielded data protocol.