Add one-and-zeros (ISO/IEC 7816-4) padding
This commit is contained in:
parent
6c9789932e
commit
679f9e90ad
7 changed files with 305 additions and 0 deletions
|
@ -106,6 +106,7 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
POLARSSL_PADDING_PKCS7 = 0, /**< PKCS7 padding (default) */
|
||||
POLARSSL_PADDING_ONE_AND_ZEROS, /**< ISO/IEC 7816-4 padding */
|
||||
} cipher_padding_t;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue