#include <encrypt.h>
Definition at line 15 of file encrypt.h.
Data Fields | |
| int(* | check_password )(const char *plaintext, const char *password) |
| int(* | decrypt )(const char *src, char *dest, int size) |
| int(* | encrypt )(const char *src, int len, char *dest, int size) |
| int(* | encrypt_check_len )(int passlen, int bufsize) |
| int(* | encrypt_in_place )(char *buf, int size) |
| int(* encryption_::check_password)(const char *plaintext, const char *password) |
Referenced by enc_check_password(), and encmodule_check_password().
| int(* encryption_::decrypt)(const char *src, char *dest, int size) |
Referenced by enc_decrypt(), and encmodule_decrypt().
| int(* encryption_::encrypt)(const char *src, int len, char *dest, int size) |
Referenced by enc_encrypt(), and encmodule_encrypt().
| int(* encryption_::encrypt_check_len)(int passlen, int bufsize) |
Referenced by enc_encrypt_check_len(), and encmodule_encrypt_check_len().
| int(* encryption_::encrypt_in_place)(char *buf, int size) |
Referenced by enc_encrypt_in_place(), and encmodule_encrypt_in_place().
1.5.1-20070107