Struct
GckMechanism
Description [src]
struct GckMechanism {
gulong type;
gconstpointer parameter;
gulong n_parameter;
}
Represents a mechanism used with crypto operations.
Structure members
type |
The mechanism type. |
parameter |
Mechanism specific data. |
n_parameter |
Length of mechanism specific data. |