Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dfscrypt_private.h181 struct fscrypt_prepared_key { struct
198 struct fscrypt_prepared_key ci_enc_key; argument
353 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key,
359 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key);
372 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
403 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
413 fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
429 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
556 struct fscrypt_prepared_key mk_direct_keys[FSCRYPT_MODE_MAX + 1];
557 struct fscrypt_prepared_key mk_iv_ino_lblk_64_keys[FSCRYPT_MODE_MAX + 1];
[all …]
H A Dkeysetup.c127 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key()
154 void fscrypt_destroy_prepared_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_prepared_key()
172 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key()
179 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key()
H A Dinline_crypt.c130 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
202 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
H A Dkeysetup_v1.c149 struct fscrypt_prepared_key dk_key;