Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
Loading...
Searching...
No Matches
protection_crypto_types_cc.h File Reference

Defines C-Style crypto types. More...

Go to the source code of this file.

Enumerations

enum  mip_cc_cipher_mode { MIP_CIPHER_MODE_CBC4K = 0 , MIP_CIPHER_MODE_ECB = 1 , MIP_CIPHER_MODE_CBC512NOPADDING = 2 , MIP_CIPHER_MODE_CBC4KNOPADDING = 3 }
 Cipher mode identifier. More...
 

Detailed Description

Defines C-Style crypto types.

Enumeration Type Documentation

◆ mip_cc_cipher_mode

Cipher mode identifier.

Enumerator
MIP_CIPHER_MODE_CBC4K 

CBC 4K mode with internal padding

MIP_CIPHER_MODE_ECB 

ECB mode

MIP_CIPHER_MODE_CBC512NOPADDING 

CBC 512 mode with external (client) padding

MIP_CIPHER_MODE_CBC4KNOPADDING 

CBC 4K mode with external (client) padding