Searched refs:ecryptfs_printk (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/ecryptfs/ |
H A D | debug.c | 23 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 …]
|
H A D | keystore.c | 35 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 …]
|
H A D | crypto.c | 118 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() 449 ecryptfs_printk(KERN_ERR, in ecryptfs_encrypt_page() 498 ecryptfs_printk(KERN_ERR, in ecryptfs_decrypt_page() 535 ecryptfs_printk(KERN_DEBUG, in ecryptfs_init_crypt_ctx() 553 ecryptfs_printk(KERN_ERR, "cryptfs: init_crypt_ctx(): " in ecryptfs_init_crypt_ctx() [all …]
|
H A D | mmap.c | 58 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() 476 ecryptfs_printk(KERN_DEBUG, "Calling fill_zeros_to_end_of_page" in ecryptfs_write_end() 498 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end() 504 ecryptfs_printk(KERN_WARNING, "Error encrypting page (upper " in ecryptfs_write_end() 510 ecryptfs_printk(KERN_DEBUG, "Expanded file size to " in ecryptfs_write_end()
|
H A D | file.c | 98 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()
|
H A D | main.c | 387 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()
|
H A 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() 274 ecryptfs_printk(KERN_WARNING, "Failed to create file in" in ecryptfs_create() 420 ecryptfs_printk(KERN_DEBUG, "%s: lookup_one_len() returned " in ecryptfs_lookup()
|
H A D | miscdev.c | 433 ecryptfs_printk(KERN_WARNING, "Dropping miscdev " in ecryptfs_miscdev_write()
|
H A D | ecryptfs_kernel.h | 515 #define ecryptfs_printk(type, fmt, arg...) \ macro
|