#include <cipher.h>
Data Fields | |
| int | type |
| Mode of operation id. | |
| char * | name |
| Name of mode of operation. | |
| size_t | length |
| Data block length in bytes (0 if it doesn't override underlying algorithm's block size). | |
|
|
Data block length in bytes (0 if it doesn't override underlying algorithm's block size).
|
|
|
Name of mode of operation.
|
|
|
Mode of operation id.
|
1.3-rc3