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
64 * for an encryption mode for the first time. This is the blk-crypto
91 /* Enable inline encryption for this file if supported. */
101 /* The file must need contents encryption, not filenames encryption */ in fscrypt_select_encryption_impl()
119 * IV_INO_LBLK_32 with blocksize != PAGE_SIZE from inline encryption. in fscrypt_select_encryption_impl()
260 * encryption, then assign the appropriate encryption context to the bio.
265 * The encryption context will be freed automatically when the bio is freed.
335 * encryption (or decryption) via fscrypt, filesystems should call this function
338 * bio because either the encryption key would be different or the encryption
398 * inode, as far as encryption is concerned
401 * Return: %true if there are no encryption constraints that prevent DIO from
403 * %true case, the filesystem might have other, non-encryption-related
422 * not isn't made until the inode's encryption key is being set up. In in fscrypt_dio_supported()
455 * cause encryption/decryption to produce wrong results.