Home
last modified time | relevance | path

Searched refs:fscrypt_mode (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/crypto/
H A Dkeysetup.c16 struct fscrypt_mode fscrypt_modes[] = {
81 static struct fscrypt_mode *
100 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key, in fscrypt_allocate_skcipher()
194 struct fscrypt_mode *mode = ci->ci_mode; in setup_per_mode_enc_key()
559 struct fscrypt_mode *mode; in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h218 struct fscrypt_mode *ci_mode;
586 struct fscrypt_mode { struct
598 extern struct fscrypt_mode fscrypt_modes[]; argument
H A Dkeysetup_v1.c149 const struct fscrypt_mode *dk_mode;
H A Dinline_crypt.c72 static void fscrypt_log_blk_crypto_impl(struct fscrypt_mode *mode, in fscrypt_log_blk_crypto_impl()
H A Dpolicy.c103 const struct fscrypt_mode *mode; in supported_direct_key_modes()