Lines Matching refs:emsg
203 emsg(_("E821: File is encrypted with unknown method")); in crypt_method_nr_from_magic()
751 emsg(_(e_encryption_sodium_mlock_failed)); in crypt_sodium_init()
760 emsg(e_libsodium_not_built_in); in crypt_sodium_init()
789 emsg(e_libsodium_cannot_encrypt_header);
799 emsg(e_libsodium_cannot_encrypt_buffer);
836 emsg(e_libsodium_cannot_decrypt_header);
844 emsg(e_libsodium_cannot_allocate_buffer);
852 emsg(e_libsodium_decryption_failed_header_incomplete);
865 emsg(e_libsodium_cannot_decrypt_buffer);
871 emsg(e_libsodium_decryption_failed);
878 emsg(e_libsodium_decryption_failed_premature);
917 emsg(e_libsodium_cannot_allocate_buffer); in crypt_sodium_buffer_encode()
960 emsg(e_libsodium_cannot_allocate_buffer); in crypt_sodium_buffer_decode()
969 emsg(e_libsodium_decryption_failed_header_incomplete); in crypt_sodium_buffer_decode()
979 emsg(e_libsodium_decryption_failed); in crypt_sodium_buffer_decode()
984 emsg(e_libsodium_decryption_failed_premature); in crypt_sodium_buffer_decode()