#include <px.h>
|
int(* | init )(PX_Combo *cx, const uint8 *key, unsigned klen, const uint8 *iv, unsigned ivlen) |
|
int(* | encrypt )(PX_Combo *cx, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
|
int(* | decrypt )(PX_Combo *cx, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
|
unsigned(* | encrypt_len )(PX_Combo *cx, unsigned dlen) |
|
unsigned(* | decrypt_len )(PX_Combo *cx, unsigned dlen) |
|
void(* | free )(PX_Combo *cx) |
|
PX_Cipher * | cipher |
|
unsigned | padding |
|
int(* px_combo::decrypt)(PX_Combo *cx, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
unsigned(* px_combo::decrypt_len)(PX_Combo *cx, unsigned dlen) |
int(* px_combo::encrypt)(PX_Combo *cx, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
unsigned(* px_combo::encrypt_len)(PX_Combo *cx, unsigned dlen) |
int(* px_combo::init)(PX_Combo *cx, const uint8 *key, unsigned klen, const uint8 *iv, unsigned ivlen) |
unsigned px_combo::padding |
The documentation for this struct was generated from the following file: