mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 08:42:10 +00:00
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
This commit is contained in:
commit
f6e8d51a69
@ -1292,7 +1292,7 @@ static int ecryptfs_read_headers_virt(char *page_virt,
|
||||
|
||||
/**
|
||||
* ecryptfs_read_xattr_region
|
||||
* @page_virt: The vitual address into which to read the xattr data
|
||||
* @page_virt: The virtual address into which to read the xattr data
|
||||
* @ecryptfs_inode: The eCryptfs inode
|
||||
*
|
||||
* Attempts to read the crypto metadata from the extended attribute
|
||||
|
@ -551,7 +551,6 @@ int ecryptfs_decode_and_decrypt_filename(char **decrypted_name,
|
||||
size_t *decrypted_name_size,
|
||||
struct super_block *sb,
|
||||
const char *name, size_t name_size);
|
||||
int ecryptfs_fill_zeros(struct file *file, loff_t new_length);
|
||||
int ecryptfs_encrypt_and_encode_filename(
|
||||
char **encoded_name,
|
||||
size_t *encoded_name_size,
|
||||
|
@ -355,7 +355,7 @@ parse_tag_67_packet(struct ecryptfs_key_record *key_rec,
|
||||
int rc;
|
||||
|
||||
/*
|
||||
* ***** TAG 65 Packet Format *****
|
||||
* ***** TAG 67 Packet Format *****
|
||||
* | Content Type | 1 byte |
|
||||
* | Status Indicator | 1 byte |
|
||||
* | Encrypted File Encryption Key Size | 1 or 2 bytes |
|
||||
@ -880,7 +880,7 @@ struct ecryptfs_parse_tag_70_packet_silly_stack {
|
||||
* @filename: This function kmalloc's the memory for the filename
|
||||
* @filename_size: This function sets this to the amount of memory
|
||||
* kmalloc'd for the filename
|
||||
* @packet_size: This function sets this to the the number of octets
|
||||
* @packet_size: This function sets this to the number of octets
|
||||
* in the packet parsed
|
||||
* @mount_crypt_stat: The mount-wide cryptographic context
|
||||
* @data: The memory location containing the start of the tag 70
|
||||
|
Loading…
Reference in New Issue
Block a user