libfortuna  1
FortunalibraryfunctionsextractedfromPostgreSQLsource
 All Data Structures Files Functions Variables Typedefs Macros
px_combo Struct Reference

#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_Ciphercipher
 
unsigned padding
 

Field Documentation

PX_Cipher* px_combo::cipher
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)
void(* px_combo::free)(PX_Combo *cx)
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: