Lines Matching full:encryption
53 * fscrypt_context - the encryption context of an inode
57 * fields from the fscrypt_policy, in order to identify the encryption algorithm
126 /* Return the contents encryption mode of a valid encryption policy */
139 /* Return the filenames encryption mode of a valid encryption policy */
152 /* Return the flags (FSCRYPT_POLICY_FLAG*) of a valid encryption policy */
175 * struct fscrypt_prepared_key - a key prepared for actual encryption/decryption
189 * fscrypt_info - the "encryption key" for an inode
197 /* The key in a form prepared for actual encryption/decryption */
205 * True if this inode will use inline encryption (blk-crypto) instead of
206 * the traditional filesystem-layer encryption.
212 * Encryption mode used for this inode. It corresponds to either the
213 * contents or filenames encryption mode, depending on the inode type.
243 * If non-NULL, then encryption is done using the master key directly
256 /* The encryption policy used by this inode */
369 * @prep_key, depending on which encryption implementation the file will use.
379 * encryption key) another task can publish blk_key or tfm concurrently, in fscrypt_is_key_prepared()
467 * This represents a master encryption key which has been added to the
553 * Per-mode encryption keys for the various types of encryption policies
649 * fscrypt_require_key() - require an inode's encryption key
652 * If the inode is encrypted, set up its encryption key if not already done.
659 * if a problem occurred while setting up the encryption key.