Lines Matching defs:data
222 * @size: Size of data; should be an even multiple of the block size
270 struct extent_crypt_result *ecr = req->data;
282 * @dst_sg: Destination of the data after performing the crypto operation
284 * @size: Length of data
340 struct extent_crypt_result *ecr = req->base.data;
372 * Encrypts or decrypts one extent of data.
490 * @page: Page mapped from the eCryptfs inode for the file; data read
811 * @data: The data block in which to check
815 static int ecryptfs_validate_marker(char *data)
819 m_1 = get_unaligned_be32(data);
820 m_2 = get_unaligned_be32(data + 4);
847 * @page_virt: Source data to be parsed
1042 * Lower data (CBC encrypted)
1044 * Lower data (CBC encrypted)
1266 * Read/parse the header data. The header format is detailed in the
1319 * @page_virt: The vitual address into which to read the xattr data