Lines Matching full:encrypted
46 * Meta data struct for storing the encrypted password file
47 * Note: Followed by this structure, the real data of hash, iv, encrypted data
136 * @param[in] inbytes - buffer which has to be encrypted or decrypted.
138 * @param[in] outbytes - buffer to store decrypted or encrypted data.
170 // calculate MAC for the encrypted message. in encrypt_decrypt_data()
220 // Create MAC for the encrypted message. in encrypt_decrypt_data()
261 * username in encrypted form along with meta data
267 * @param[in] towhat - password that has to stored in encrypted form
520 // Buffer to store encrypted message. in update_pass_special_file()
550 // Write the meta password structure, followed by hash, iv, encrypted in update_pass_special_file()
565 pam_syslog(pamh, LOG_DEBUG, "Error in encrypted data"); in update_pass_special_file()