|
PostgreSQL Source Code git master
|
#include <px.h>
Data Fields | |
| unsigned(* | block_size )(PX_Cipher *c) |
| unsigned(* | key_size )(PX_Cipher *c) |
| unsigned(* | iv_size )(PX_Cipher *c) |
| int(* | init )(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv) |
| int(* | encrypt )(PX_Cipher *c, int padding, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
| int(* | decrypt )(PX_Cipher *c, int padding, const uint8 *data, unsigned dlen, uint8 *res, unsigned *rlen) |
| void(* | free )(PX_Cipher *c) |
| void * | ptr |
| int | pstat |