Symbol: fscrypt_master_key
fs/crypto/fscrypt_private.h
301
struct fscrypt_master_key *ci_master_key;
fs/crypto/fscrypt_private.h
684
void fscrypt_put_master_key(struct fscrypt_master_key *mk);
fs/crypto/fscrypt_private.h
687
struct fscrypt_master_key *mk);
fs/crypto/fscrypt_private.h
689
struct fscrypt_master_key *
fs/crypto/fscrypt_private.h
730
const struct fscrypt_master_key *mk);
fs/crypto/fscrypt_private.h
733
const struct fscrypt_master_key *mk);
fs/crypto/hooks.c
190
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
1008
struct fscrypt_master_key *mk)
fs/crypto/keyring.c
1072
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
1195
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
134
struct fscrypt_master_key *mk)
fs/crypto/keyring.c
245
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
288
struct fscrypt_master_key *
fs/crypto/keyring.c
294
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
338
static int allocate_master_key_users_keyring(struct fscrypt_master_key *mk)
fs/crypto/keyring.c
360
static struct key *find_master_key_user(struct fscrypt_master_key *mk)
fs/crypto/keyring.c
388
static int add_master_key_user(struct fscrypt_master_key *mk)
fs/crypto/keyring.c
412
static int remove_master_key_user(struct fscrypt_master_key *mk)
fs/crypto/keyring.c
434
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
474
static int add_existing_master_key(struct fscrypt_master_key *mk,
fs/crypto/keyring.c
520
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
57
struct fscrypt_master_key *mk =
fs/crypto/keyring.c
58
container_of(head, struct fscrypt_master_key, mk_rcu_head);
fs/crypto/keyring.c
68
void fscrypt_put_master_key(struct fscrypt_master_key *mk)
fs/crypto/keyring.c
88
struct fscrypt_master_key *mk)
fs/crypto/keyring.c
890
struct fscrypt_master_key *mk;
fs/crypto/keyring.c
937
static void evict_dentries_for_decrypted_inodes(struct fscrypt_master_key *mk)
fs/crypto/keyring.c
968
struct fscrypt_master_key *mk)
fs/crypto/keysetup.c
194
struct fscrypt_master_key *mk,
fs/crypto/keysetup.c
278
static void fscrypt_derive_siphash_key(const struct fscrypt_master_key *mk,
fs/crypto/keysetup.c
291
const struct fscrypt_master_key *mk)
fs/crypto/keysetup.c
300
const struct fscrypt_master_key *mk)
fs/crypto/keysetup.c
310
struct fscrypt_master_key *mk)
fs/crypto/keysetup.c
345
struct fscrypt_master_key *mk,
fs/crypto/keysetup.c
420
static bool fscrypt_valid_master_key_size(const struct fscrypt_master_key *mk,
fs/crypto/keysetup.c
454
struct fscrypt_master_key **mk_ret)
fs/crypto/keysetup.c
458
struct fscrypt_master_key *mk;
fs/crypto/keysetup.c
551
struct fscrypt_master_key *mk;
fs/crypto/keysetup.c
587
struct fscrypt_master_key *mk = NULL;