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
68 /* Enable inline encryption for this file if supported. */
79 /* The file must need contents encryption, not filenames encryption */ in fscrypt_select_encryption_impl()
97 * 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.
340 * encryption (or decryption) via fscrypt, filesystems should call this function
343 * bio because either the encryption key would be different or the encryption
406 * due to encryption constraints
426 * Since the granularity of encryption is filesystem blocks, the I/O in fscrypt_dio_supported()