Home
last modified time | relevance | path

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

/fs/ecryptfs/
A 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()
46 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok()
50 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok()
54 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok()
57 ecryptfs_printk(KERN_DEBUG, " * Decrypted session key " in ecryptfs_dump_auth_tok()
65 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok()
[all …]
A 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()
137 ecryptfs_printk(KERN_WARNING, in ecryptfs_write_packet_length()
249 ecryptfs_printk(KERN_ERR, in parse_tag_65_packet()
1659 ecryptfs_printk( in decrypt_passphrase_encrypted_session_key()
1802 ecryptfs_printk(KERN_ERR, "No valid " in ecryptfs_parse_packet_set()
1813 ecryptfs_printk(KERN_ERR, "Expected " in ecryptfs_parse_packet_set()
1871 ecryptfs_printk(KERN_DEBUG, in ecryptfs_parse_packet_set()
2251 ecryptfs_printk(KERN_DEBUG, in write_tag_3_packet()
[all …]
A Dcrypto.c118 ecryptfs_printk(KERN_DEBUG, "root iv:\n"); in ecryptfs_derive_iv()
129 ecryptfs_printk(KERN_DEBUG, "source:\n"); 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()
284 ecryptfs_printk(KERN_DEBUG, "Key size [%zd]; key:\n", in crypt_scatterlist()
306 ecryptfs_printk(KERN_ERR, in crypt_scatterlist()
451 ecryptfs_printk(KERN_ERR, in ecryptfs_encrypt_page()
500 ecryptfs_printk(KERN_ERR, in ecryptfs_decrypt_page()
538 ecryptfs_printk(KERN_DEBUG, in ecryptfs_init_crypt_ctx()
556 ecryptfs_printk(KERN_ERR, "cryptfs: init_crypt_ctx(): " in ecryptfs_init_crypt_ctx()
[all …]
A Dmmap.c39 ecryptfs_printk(KERN_WARNING, in ecryptfs_writepages()
199 ecryptfs_printk(KERN_ERR, "Error decrypting page; " in ecryptfs_read_folio()
205 ecryptfs_printk(KERN_DEBUG, "Unlocking folio with index = [0x%.16lx]\n", in ecryptfs_read_folio()
453 ecryptfs_printk(KERN_DEBUG, "Calling fill_zeros_to_end_of_page" in ecryptfs_write_end()
475 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end()
481 ecryptfs_printk(KERN_WARNING, "Error encrypting page (upper " in ecryptfs_write_end()
487 ecryptfs_printk(KERN_DEBUG, "Expanded file size to " in ecryptfs_write_end()
A Dfile.c98 ecryptfs_printk(KERN_DEBUG, in ecryptfs_filldir()
223 ecryptfs_printk(KERN_ERR, in ecryptfs_open()
231 ecryptfs_printk(KERN_DEBUG, "Setting flags for stat...\n"); in ecryptfs_open()
257 ecryptfs_printk(KERN_DEBUG, "inode w/ addr = [0x%p], i_ino = " in ecryptfs_open()
291 ecryptfs_printk(KERN_ERR, in ecryptfs_dir_open()
A Dmain.c348 ecryptfs_printk(KERN_ERR, "You must supply at least one valid " in ecryptfs_validate_options()
375 ecryptfs_printk(KERN_ERR, in ecryptfs_validate_options()
480 ecryptfs_printk(KERN_WARNING, "kern_path() failed\n"); in ecryptfs_get_tree()
754 ecryptfs_printk(KERN_WARNING, "%s: " in ecryptfs_init_kmem_caches()
814 ecryptfs_printk(KERN_ERR, "The eCryptfs extent size is " in ecryptfs_init()
A Dinode.c228 ecryptfs_printk(KERN_DEBUG, "This is a directory\n"); in ecryptfs_initialize_file()
232 ecryptfs_printk(KERN_DEBUG, "Initializing crypto context\n"); in ecryptfs_initialize_file()
235 ecryptfs_printk(KERN_ERR, "Error creating new file " in ecryptfs_initialize_file()
274 ecryptfs_printk(KERN_WARNING, "Failed to create file in" in ecryptfs_create()
422 ecryptfs_printk(KERN_DEBUG, "%s: lookup_noperm() returned " in ecryptfs_lookup()
A Dmiscdev.c433 ecryptfs_printk(KERN_WARNING, "Dropping miscdev " in ecryptfs_miscdev_write()
A Decryptfs_kernel.h515 #define ecryptfs_printk(type, fmt, arg...) \ macro

Completed in 33 milliseconds