You are here

Functions in Encrypt 7

Primary tabs

Namesort descending Location Description Direct uses Strings
decrypt ./encrypt.module Decrypt 3 4
encrypt ./encrypt.module Encrypt 4 11
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 Callback for Encrypt implementation: default 1
encrypt_encrypt_mcrypt_rij_256 includes/encrypt.encrypt.inc Callback for Encrypt implementation: Mcrypt 1
encrypt_encrypt_method_info includes/encrypt.encrypt.inc Implementation of hook_encrypt_method_info().
encrypt_encrypt_none includes/encrypt.encrypt.inc Callback 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 3
encrypt_help ./encrypt.module Implementation of hook_help().
encrypt_initialize ./encrypt.module Initilize Encrypt 3
encrypt_install ./encrypt.install Implementation of hook_install().
encrypt_menu ./encrypt.module Implementation of hook_menu().
encrypt_permission ./encrypt.module Implementation of hook_permission().
encrypt_requirements ./encrypt.install Implementation of hook_requirements(). 2
encrypt_test_encrypt_api tests/encrypt_test.module Implementation of hook_encrypt_api().
encrypt_test_encrypt_method_info tests/encrypt_test.module Implementation of hook_encrypt_method_info().
encrypt_test_encrypt_test tests/encrypt_test.module Callback for encryption. We'll just return the text, since we're not concerned with testing encryption. 1
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

Other projects