Data Fields | |
| int(* | init )(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv) |
| int(* | encrypt )(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res) |
| int(* | decrypt )(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res) |
| int | block_size |
| int | max_key_size |
| int | stream_cipher |
Definition at line 311 of file openssl.c.
Definition at line 317 of file openssl.c.
Referenced by gen_ossl_block_size(), and gen_ossl_iv_size().
| int(* ossl_cipher::decrypt)(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res) |
Definition at line 315 of file openssl.c.
Referenced by px_find_cipher().
| int(* ossl_cipher::encrypt)(PX_Cipher *c, const uint8 *data, unsigned dlen, uint8 *res) |
Definition at line 314 of file openssl.c.
Referenced by px_find_cipher().
| int(* ossl_cipher::init)(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv) |
Definition at line 313 of file openssl.c.
Referenced by px_find_cipher().
Definition at line 318 of file openssl.c.
Referenced by gen_ossl_key_size().
1.7.1