Searched refs:ecryptfs_printk (Results 1 – 9 of 9) sorted by relevance
| /Linux-v4.19/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 | 49 ecryptfs_printk(KERN_WARNING, "No key\n"); in process_request_key_err() 53 ecryptfs_printk(KERN_WARNING, "Key expired\n"); in process_request_key_err() 57 ecryptfs_printk(KERN_WARNING, "Key revoked\n"); in process_request_key_err() 61 ecryptfs_printk(KERN_WARNING, "Unknown error code: " in process_request_key_err() 74 ecryptfs_printk(KERN_WARNING, "Missing auth tok\n"); in process_find_global_auth_tok_for_sig_err() 77 ecryptfs_printk(KERN_WARNING, "Invalid auth tok\n"); in process_find_global_auth_tok_for_sig_err() 113 ecryptfs_printk(KERN_ERR, "Five-byte packet length not " in ecryptfs_parse_packet_length() 118 ecryptfs_printk(KERN_ERR, "Error parsing packet length\n"); in ecryptfs_parse_packet_length() 151 ecryptfs_printk(KERN_WARNING, in ecryptfs_write_packet_length() 180 ecryptfs_printk(KERN_ERR, "Unable to allocate memory\n"); in write_tag_64_packet() [all …]
|
| D | crypto.c | 147 ecryptfs_printk(KERN_DEBUG, "root iv:\n"); in ecryptfs_derive_iv() 158 ecryptfs_printk(KERN_DEBUG, "source:\n"); in ecryptfs_derive_iv() 164 ecryptfs_printk(KERN_WARNING, "Error attempting to compute " in ecryptfs_derive_iv() 170 ecryptfs_printk(KERN_DEBUG, "derived iv:\n"); in ecryptfs_derive_iv() 191 ecryptfs_printk(KERN_ERR, "Error attempting to " in ecryptfs_init_crypt_stat() 331 ecryptfs_printk(KERN_DEBUG, "Key size [%zd]; key:\n", in crypt_scatterlist() 355 ecryptfs_printk(KERN_ERR, in crypt_scatterlist() 421 ecryptfs_printk(KERN_ERR, "Error attempting to derive IV for " in crypt_extent() 481 ecryptfs_printk(KERN_ERR, "Error allocating memory for " in ecryptfs_encrypt_page() 504 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() 489 ecryptfs_printk(KERN_DEBUG, "Calling fill_zeros_to_end_of_page" in ecryptfs_write_end() 511 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end() 517 ecryptfs_printk(KERN_WARNING, "Error encrypting page (upper " in ecryptfs_write_end() 523 ecryptfs_printk(KERN_DEBUG, "Expanded file size to " in ecryptfs_write_end()
|
| D | file.c | 86 ecryptfs_printk(KERN_DEBUG, in ecryptfs_filldir() 218 ecryptfs_printk(KERN_ERR, in ecryptfs_open() 226 ecryptfs_printk(KERN_DEBUG, "Setting flags for stat...\n"); in ecryptfs_open() 252 ecryptfs_printk(KERN_DEBUG, "inode w/ addr = [0x%p], i_ino = " in ecryptfs_open() 286 ecryptfs_printk(KERN_ERR, in ecryptfs_dir_open()
|
| D | main.c | 401 ecryptfs_printk(KERN_ERR, "You must supply at least one valid " in ecryptfs_parse_options() 428 ecryptfs_printk(KERN_ERR, in ecryptfs_parse_options() 537 ecryptfs_printk(KERN_WARNING, "kern_path() failed\n"); in ecryptfs_mount() 760 ecryptfs_printk(KERN_WARNING, "%s: " in ecryptfs_init_kmem_caches() 820 ecryptfs_printk(KERN_ERR, "The eCryptfs extent size is " in ecryptfs_init()
|
| D | inode.c | 225 ecryptfs_printk(KERN_DEBUG, "This is a directory\n"); in ecryptfs_initialize_file() 229 ecryptfs_printk(KERN_DEBUG, "Initializing crypto context\n"); in ecryptfs_initialize_file() 232 ecryptfs_printk(KERN_ERR, "Error creating new file " in ecryptfs_initialize_file() 272 ecryptfs_printk(KERN_WARNING, "Failed to create file in" in ecryptfs_create() 411 ecryptfs_printk(KERN_DEBUG, "%s: lookup_one_len() returned " in ecryptfs_lookup()
|
| D | miscdev.c | 445 ecryptfs_printk(KERN_WARNING, "Dropping miscdev " in ecryptfs_miscdev_write()
|
| D | ecryptfs_kernel.h | 544 #define ecryptfs_printk(type, fmt, arg...) \ macro
|