Lines Matching full:encryption
3 * Inline encryption support for fscrypt
9 * With "inline encryption", the block layer handles the decryption/encryption
11 * crypto API. See Documentation/block/inline-encryption.rst. fscrypt still
65 * for an encryption mode for the first time. This is the blk-crypto
94 /* Enable inline encryption for this file if supported. */
104 /* The file must need contents encryption, not filenames encryption */ in fscrypt_select_encryption_impl()
122 * IV_INO_LBLK_32 with blocksize != PAGE_SIZE from inline encryption. in fscrypt_select_encryption_impl()
262 * encryption, then assign the appropriate encryption context to the bio.
267 * The encryption context will be freed automatically when the bio is freed.
337 * encryption (or decryption) via fscrypt, filesystems should call this function
340 * bio because either the encryption key would be different or the encryption
400 * inode, as far as encryption is concerned
403 * Return: %true if there are no encryption constraints that prevent DIO from
405 * %true case, the filesystem might have other, non-encryption-related
424 * not isn't made until the inode's encryption key is being set up. In in fscrypt_dio_supported()
457 * cause encryption/decryption to produce wrong results.