#include <px.h>
Data Fields | |
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 |
Definition at line 173 of file px.h.
Definition at line 185 of file px.h.
Referenced by combo_decrypt(), combo_encrypt(), combo_free(), combo_init(), and px_find_combo().
int(* px_combo::decrypt)(PX_Combo *cx, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
Definition at line 179 of file px.h.
Referenced by px_find_combo().
unsigned(* px_combo::decrypt_len)(PX_Combo *cx, unsigned dlen) |
Definition at line 182 of file px.h.
Referenced by px_find_combo().
int(* px_combo::encrypt)(PX_Combo *cx, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
Definition at line 177 of file px.h.
Referenced by px_find_combo().
unsigned(* px_combo::encrypt_len)(PX_Combo *cx, unsigned dlen) |
Definition at line 181 of file px.h.
Referenced by px_find_combo().
void(* px_combo::free)(PX_Combo *cx) |
Definition at line 183 of file px.h.
Referenced by px_find_combo().
int(* px_combo::init)(PX_Combo *cx, const uint8 *key, unsigned klen, const uint8 *iv, unsigned ivlen) |
Definition at line 175 of file px.h.
Referenced by px_find_combo().
unsigned px_combo::padding |
Definition at line 186 of file px.h.
Referenced by combo_decrypt(), combo_encrypt(), and px_find_combo().