decrypt |
./encrypt.module |
Decrypt |
1 |
4 |
encrypt |
./encrypt.module |
Encrypt |
1 |
9 |
encrypt_admin_settings |
includes/encrypt.admin.inc |
Menu callback; displays the encrypt module settings page. |
|
1 |
encrypt_admin_settings_submit_handler |
includes/encrypt.admin.inc |
Submit form function for encrypt_admin_settings(). Creates
key file if new none exist in the path settings |
|
1 |
encrypt_admin_settings_validate |
includes/encrypt.admin.inc |
Validate form function for encrypt_admin_settings(). Checks
if users really wants to change path, and whether key can be written. |
|
|
encrypt_check_method |
includes/encrypt.crypt.inc |
Check Method |
1 |
|
encrypt_encrypt_api |
./encrypt.module |
Implementation of hook_encrypt_api(). |
|
|
encrypt_encrypt_basic |
includes/encrypt.encrypt.inc |
Call back for Encrypt implementation: default |
|
1 |
encrypt_encrypt_mcrypt_rij_256 |
includes/encrypt.encrypt.inc |
Call back for Encrypt implementation: Mcrypt |
|
1 |
encrypt_encrypt_method_info |
includes/encrypt.encrypt.inc |
Implementation of encrypt_method_info(). |
|
|
encrypt_encrypt_none |
includes/encrypt.encrypt.inc |
Call back for Encrypt implementation: none |
|
2 |
encrypt_get_key |
includes/encrypt.crypt.inc |
Get Key |
1 |
|
encrypt_get_methods |
includes/encrypt.crypt.inc |
Get Encryption Methods |
4 |
|
encrypt_help |
./encrypt.module |
Implementation of hook_help(). |
|
|
encrypt_initialize |
./encrypt.module |
Initilize Encrypt |
4 |
|
encrypt_install |
./encrypt.install |
Implementation of hook_install(). |
|
|
encrypt_menu |
./encrypt.module |
Implementation of hook_menu(). |
|
|
encrypt_perm |
./encrypt.module |
Implementation of hook_perm(). |
|
|
encrypt_requirements |
./encrypt.install |
Implementation of hook_requirements(). |
2 |
|
encrypt_theme |
./encrypt.module |
Implementation of hook_theme(). |
|
|
encrypt_uninstall |
./encrypt.install |
Implementation of hook_uninstall(). |
|
|
hook_encrypt_api |
./encrypt.api.php |
Encrypt API Hook |
|
|
hook_encrypt_method_info |
./encrypt.api.php |
Encrypt Method Info |
|
|
theme_encrypt_admin_list |
includes/encrypt.theme.inc |
Theme function admin method listing |
|
|
_encrypt_decrypt |
includes/encrypt.crypt.inc |
Private Encrypt and Decrypt |
2 |
|