|
|
#define | CXI_FLAG_KEY_OVERWRITE 0x00000001 |
| | Overwrite key if already existing.
|
| |
|
#define | CXI_FLAG_KEY_EXTERNAL 0x00000002 |
| | Don't store key on CryptoServer but return MBK encrypted Backup Blob.
|
| |
|
#define | CXI_FLAG_KEY_VOLATILE 0x00000004 |
| | Store key volatile (until next restart)
|
| |
|
#define | CXI_FLAG_VERIFY_RECOVER 0x00000010 |
| | Recover decrypted signature.
|
| |
|
#define | CXI_FLAG_HASH_PART 0x00000020 |
| | Don't finalize hash, return hash digest info instead.
|
| |
|
#define | CXI_FLAG_HASH_DATA 0x00000040 |
| | Given data has to be hashed.
|
| |
|
#define | CXI_FLAG_ENCRYPT_SECRET 0x00000080 |
| | Encrypt shared secret with MBK.
|
| |
|
#define | CXI_FLAG_CRYPT_INIT 0x00000100 |
| | Initialize En/Decryption Operation.
|
| |
|
#define | CXI_FLAG_CRYPT_FINAL 0x00000200 |
| | Finalize En/Decryption Operation.
|
| |
|
#define | CXI_FLAG_CRYPT_INTERNAL 0x00000400 |
| | Reserved for internal use.
|
| |
|
#define | CXI_FLAG_KEY_OVERWRITE 0x00000001 |
| | Overwrite key if already existing.
|
| |
|
#define | CXI_FLAG_KEY_EXTERNAL 0x00000002 |
| | Don't store key on CryptoServer but return MBK encrypted Backup Blob.
|
| |
|
#define | CXI_FLAG_KEY_VOLATILE 0x00000004 |
| | Store key volatile (until next restart)
|
| |
|
#define | CXI_FLAG_VERIFY_RECOVER 0x00000010 |
| | Recover decrypted signature.
|
| |
|
#define | CXI_FLAG_HASH_PART 0x00000020 |
| | Don't finalize hash, return hash digest info instead.
|
| |
|
#define | CXI_FLAG_HASH_DATA 0x00000040 |
| | Given data has to be hashed.
|
| |
|
#define | CXI_FLAG_ENCRYPT_SECRET 0x00000080 |
| | Encrypt shared secret with MBK.
|
| |
|
#define | CXI_FLAG_CRYPT_INIT 0x00000100 |
| | Initialize En/Decryption Operation.
|
| |
|
#define | CXI_FLAG_CRYPT_FINAL 0x00000200 |
| | Finalize En/Decryption Operation.
|
| |
|
#define | CXI_FLAG_CRYPT_INTERNAL 0x00000400 |
| | Reserved for internal use.
|
| |