Searched refs:ecryptfs_printk (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/ecryptfs/ |
D | debug.c | 37 ecryptfs_printk(KERN_DEBUG, "Auth tok at mem loc [%p]:\n", in ecryptfs_dump_auth_tok() 40 ecryptfs_printk(KERN_DEBUG, " * private key type\n"); in ecryptfs_dump_auth_tok() 42 ecryptfs_printk(KERN_DEBUG, " * passphrase type\n"); in ecryptfs_dump_auth_tok() 46 ecryptfs_printk(KERN_DEBUG, " * salt = [%s]\n", salt); in ecryptfs_dump_auth_tok() 49 ecryptfs_printk(KERN_DEBUG, " * persistent\n"); in ecryptfs_dump_auth_tok() 54 ecryptfs_printk(KERN_DEBUG, " * signature = [%s]\n", sig); in ecryptfs_dump_auth_tok() 56 ecryptfs_printk(KERN_DEBUG, " * session_key.flags = [0x%x]\n", in ecryptfs_dump_auth_tok() 60 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok() 64 ecryptfs_printk(KERN_DEBUG, in ecryptfs_dump_auth_tok() 67 ecryptfs_printk(KERN_DEBUG, " * Contains decrypted key\n"); in ecryptfs_dump_auth_tok() [all …]
|
D | keystore.c | 48 ecryptfs_printk(KERN_WARNING, "No key\n"); in process_request_key_err() 52 ecryptfs_printk(KERN_WARNING, "Key expired\n"); in process_request_key_err() 56 ecryptfs_printk(KERN_WARNING, "Key revoked\n"); in process_request_key_err() 60 ecryptfs_printk(KERN_WARNING, "Unknown error code: " in process_request_key_err() 73 ecryptfs_printk(KERN_WARNING, "Missing auth tok\n"); in process_find_global_auth_tok_for_sig_err() 76 ecryptfs_printk(KERN_WARNING, "Invalid auth tok\n"); in process_find_global_auth_tok_for_sig_err() 112 ecryptfs_printk(KERN_ERR, "Five-byte packet length not " in ecryptfs_parse_packet_length() 117 ecryptfs_printk(KERN_ERR, "Error parsing packet length\n"); in ecryptfs_parse_packet_length() 150 ecryptfs_printk(KERN_WARNING, in ecryptfs_write_packet_length() 179 ecryptfs_printk(KERN_ERR, "Unable to allocate memory\n"); in write_tag_64_packet() [all …]
|
D | crypto.c | 105 ecryptfs_printk(KERN_ERR, "Error attempting to " in ecryptfs_calculate_md5() 179 ecryptfs_printk(KERN_DEBUG, "root iv:\n"); in ecryptfs_derive_iv() 190 ecryptfs_printk(KERN_DEBUG, "source:\n"); in ecryptfs_derive_iv() 196 ecryptfs_printk(KERN_WARNING, "Error attempting to compute " in ecryptfs_derive_iv() 202 ecryptfs_printk(KERN_DEBUG, "derived iv:\n"); in ecryptfs_derive_iv() 353 ecryptfs_printk(KERN_DEBUG, "Key size [%zd]; key:\n", in crypt_scatterlist() 377 ecryptfs_printk(KERN_ERR, in crypt_scatterlist() 443 ecryptfs_printk(KERN_ERR, "Error attempting to derive IV for " in crypt_extent() 503 ecryptfs_printk(KERN_ERR, "Error allocating memory for " in ecryptfs_encrypt_page() 526 ecryptfs_printk(KERN_ERR, in ecryptfs_encrypt_page() [all …]
|
D | mmap.c | 71 ecryptfs_printk(KERN_WARNING, "Error encrypting " in ecryptfs_writepage() 230 ecryptfs_printk(KERN_ERR, "Error decrypting page; " in ecryptfs_readpage() 240 ecryptfs_printk(KERN_DEBUG, "Unlocking page with index = [0x%.16lx]\n", in ecryptfs_readpage() 491 ecryptfs_printk(KERN_DEBUG, "Calling fill_zeros_to_end_of_page" in ecryptfs_write_end() 513 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end() 519 ecryptfs_printk(KERN_WARNING, "Error encrypting page (upper " in ecryptfs_write_end() 525 ecryptfs_printk(KERN_DEBUG, "Expanded file size to " in ecryptfs_write_end()
|
D | file.c | 195 ecryptfs_printk(KERN_ERR, in ecryptfs_open() 203 ecryptfs_printk(KERN_DEBUG, "Setting flags for stat...\n"); in ecryptfs_open() 227 ecryptfs_printk(KERN_DEBUG, "This is a directory\n"); in ecryptfs_open() 237 ecryptfs_printk(KERN_DEBUG, "inode w/ addr = [0x%p], i_ino = " in ecryptfs_open()
|
D | main.c | 402 ecryptfs_printk(KERN_ERR, "You must supply at least one valid " in ecryptfs_parse_options() 429 ecryptfs_printk(KERN_ERR, in ecryptfs_parse_options() 538 ecryptfs_printk(KERN_WARNING, "kern_path() failed\n"); in ecryptfs_mount() 762 ecryptfs_printk(KERN_WARNING, "%s: " in ecryptfs_init_kmem_caches() 822 ecryptfs_printk(KERN_ERR, "The eCryptfs extent size is " in ecryptfs_init()
|
D | inode.c | 228 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() 275 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() 439 ecryptfs_printk(KERN_DEBUG, "%s: lookup_one_len() returned " in ecryptfs_lookup()
|
D | miscdev.c | 449 ecryptfs_printk(KERN_WARNING, "Dropping miscdev " in ecryptfs_miscdev_write()
|
D | ecryptfs_kernel.h | 530 #define ecryptfs_printk(type, fmt, arg...) \ macro
|