7 calls to encryption_get_key()
Search API
- content.module in modules/
content/ content.module - content_add_new_uploaded_file in modules/
content/ content.module - bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is.
- encryption.module in modules/
encryption/ encryption.module - This is the main module file for the encryption module.
- encryption_decrypt in modules/
encryption/ encryption.module - This will decrypt an encrypted string.
- encryption_encrypt in modules/
encryption/ encryption.module - student_files.module in modules/
student_files/ student_files.module - This is the student_files module, which will facilitate uploading (securely) files to be associated with student accounts.
- student_files_handle_upload in modules/
student_files/ student_files.module - Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array.
