Home
last modified time | relevance | path

Searched refs:fscrypt_prepared_key (Results 1 – 4 of 4) sorted by relevance

/fs/crypto/
Dfscrypt_private.h226 struct fscrypt_prepared_key { struct
243 struct fscrypt_prepared_key ci_enc_key; argument
407 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key,
413 struct fscrypt_prepared_key *prep_key);
424 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
455 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
466 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
480 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
629 struct fscrypt_prepared_key mk_direct_keys[FSCRYPT_MODE_MAX + 1];
630 struct fscrypt_prepared_key mk_iv_ino_lblk_64_keys[FSCRYPT_MODE_MAX + 1];
[all …]
Dkeysetup.c150 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key()
175 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_prepared_key()
192 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key()
199 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key()
Dinline_crypt.c156 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
216 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
Dkeysetup_v1.c151 struct fscrypt_prepared_key dk_key;