6 calls to encryption_decrypt()

content.module in modules/content/content.module
content_files_handle_download in modules/content/content.module
This actually finds and downloads the file for the user, decrypting if necessary.
engagements.module in modules/engagements/engagements.module
This is the primary module file for the engagements module.
engagements_send_email_or_txt_form_submit in modules/engagements/engagements.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_download in modules/student_files/student_files.module
This actually finds and downloads the file for the user, decrypting if necessary.