Home
last modified time | relevance | path

Searched refs:ecryptfs_printk (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/fs/ecryptfs/
Ddebug.c23 ecryptfs_printk(KERN_DEBUG, "Auth tok at mem loc [%p]:\n", in ecryptfs_dump_auth_tok()
26 ecryptfs_printk(KERN_DEBUG, " * private key type\n"); in ecryptfs_dump_auth_tok()
28 ecryptfs_printk(KERN_DEBUG, " * passphrase type\n"); in ecryptfs_dump_auth_tok()
32 ecryptfs_printk(KERN_DEBUG, " * salt = [%s]\n", salt); in ecryptfs_dump_auth_tok()
35 ecryptfs_printk(KERN_DEBUG, " * persistent\n"); in ecryptfs_dump_auth_tok()
40 ecryptfs_printk(KERN_DEBUG, " * signature = [%s]\n", sig); in ecryptfs_dump_auth_tok()
42 ecryptfs_printk(KERN_DEBUG, " * session_key.flags = [0x%x]\n", in ecryptfs_dump_auth_tok()
46 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok()
50 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok()
53 ecryptfs_printk(KERN_DEBUG, " * Contains decrypted key\n"); in ecryptfs_dump_auth_tok()
[all …]
Dkeystore.c35 ecryptfs_printk(KERN_WARNING, "No key\n"); in process_request_key_err()
39 ecryptfs_printk(KERN_WARNING, "Key expired\n"); in process_request_key_err()
43 ecryptfs_printk(KERN_WARNING, "Key revoked\n"); in process_request_key_err()
47 ecryptfs_printk(KERN_WARNING, "Unknown error code: " in process_request_key_err()
60 ecryptfs_printk(KERN_WARNING, "Missing auth tok\n"); in process_find_global_auth_tok_for_sig_err()
63 ecryptfs_printk(KERN_WARNING, "Invalid auth tok\n"); in process_find_global_auth_tok_for_sig_err()
99 ecryptfs_printk(KERN_ERR, "Five-byte packet length not " in ecryptfs_parse_packet_length()
104 ecryptfs_printk(KERN_ERR, "Error parsing packet length\n"); in ecryptfs_parse_packet_length()
137 ecryptfs_printk(KERN_WARNING, in ecryptfs_write_packet_length()
166 ecryptfs_printk(KERN_ERR, "Unable to allocate memory\n"); in write_tag_64_packet()
[all …]
Dcrypto.c118 ecryptfs_printk(KERN_DEBUG, "root iv:\n"); in ecryptfs_derive_iv()
129 ecryptfs_printk(KERN_DEBUG, "source:\n"); in ecryptfs_derive_iv()
135 ecryptfs_printk(KERN_WARNING, "Error attempting to compute " in ecryptfs_derive_iv()
141 ecryptfs_printk(KERN_DEBUG, "derived iv:\n"); in ecryptfs_derive_iv()
162 ecryptfs_printk(KERN_ERR, "Error attempting to " in ecryptfs_init_crypt_stat()
300 ecryptfs_printk(KERN_DEBUG, "Key size [%zd]; key:\n", in crypt_scatterlist()
324 ecryptfs_printk(KERN_ERR, in crypt_scatterlist()
390 ecryptfs_printk(KERN_ERR, "Error attempting to derive IV for " in crypt_extent()
450 ecryptfs_printk(KERN_ERR, "Error allocating memory for " in ecryptfs_encrypt_page()
473 ecryptfs_printk(KERN_ERR, in ecryptfs_encrypt_page()
[all …]
Dmmap.c58 ecryptfs_printk(KERN_WARNING, "Error encrypting " in ecryptfs_writepage()
218 ecryptfs_printk(KERN_ERR, "Error decrypting page; " in ecryptfs_read_folio()
228 ecryptfs_printk(KERN_DEBUG, "Unlocking page with index = [0x%.16lx]\n", in ecryptfs_read_folio()
477 ecryptfs_printk(KERN_DEBUG, "Calling fill_zeros_to_end_of_page" in ecryptfs_write_end()
499 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end()
505 ecryptfs_printk(KERN_WARNING, "Error encrypting page (upper " in ecryptfs_write_end()
511 ecryptfs_printk(KERN_DEBUG, "Expanded file size to " in ecryptfs_write_end()
Dfile.c72 ecryptfs_printk(KERN_DEBUG, in ecryptfs_filldir()
204 ecryptfs_printk(KERN_ERR, in ecryptfs_open()
212 ecryptfs_printk(KERN_DEBUG, "Setting flags for stat...\n"); in ecryptfs_open()
238 ecryptfs_printk(KERN_DEBUG, "inode w/ addr = [0x%p], i_ino = " in ecryptfs_open()
272 ecryptfs_printk(KERN_ERR, in ecryptfs_dir_open()
Dmain.c387 ecryptfs_printk(KERN_ERR, "You must supply at least one valid " in ecryptfs_parse_options()
414 ecryptfs_printk(KERN_ERR, in ecryptfs_parse_options()
529 ecryptfs_printk(KERN_WARNING, "kern_path() failed\n"); in ecryptfs_mount()
758 ecryptfs_printk(KERN_WARNING, "%s: " in ecryptfs_init_kmem_caches()
818 ecryptfs_printk(KERN_ERR, "The eCryptfs extent size is " in ecryptfs_init()
Dinode.c218 ecryptfs_printk(KERN_DEBUG, "This is a directory\n"); in ecryptfs_initialize_file()
222 ecryptfs_printk(KERN_DEBUG, "Initializing crypto context\n"); in ecryptfs_initialize_file()
225 ecryptfs_printk(KERN_ERR, "Error creating new file " in ecryptfs_initialize_file()
264 ecryptfs_printk(KERN_WARNING, "Failed to create file in" in ecryptfs_create()
410 ecryptfs_printk(KERN_DEBUG, "%s: lookup_one_len() returned " in ecryptfs_lookup()
Dmiscdev.c433 ecryptfs_printk(KERN_WARNING, "Dropping miscdev " in ecryptfs_miscdev_write()
Decryptfs_kernel.h515 #define ecryptfs_printk(type, fmt, arg...) \ macro