File encryption.c¶
FileList > base > encryption.c
Go to the source code of this file
#include "config.h"#include "crypt_opfunc.h"#include "error_code.h"#include "encryption.h"#include "memory_alloc.h"#include "sha1.h"#include "memory_wrapper.hpp"
Public Static Attributes¶
| Type | Name |
|---|---|
| char | crypt_Key |
Public Functions¶
| Type | Name |
|---|---|
| int | crypt_encrypt_printable (const char * line, char * crypt, int maxlen) |
| int | crypt_encrypt_sha1_printable (const char * line, char * crypt, int maxlen) |
| void | crypt_seed (const char * key) |
Public Static Attributes Documentation¶
variable crypt_Key¶
Public Functions Documentation¶
function crypt_encrypt_printable¶
function crypt_encrypt_sha1_printable¶
function crypt_seed¶
The documentation for this class was generated from the following file cubrid/src/base/encryption.c