Searched refs:fscrypt_prepared_key (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | fscrypt_private.h | 173 * struct fscrypt_prepared_key - a key prepared for actual encryption/decryption 179 struct fscrypt_prepared_key { struct 196 struct fscrypt_prepared_key ci_enc_key; 342 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, 346 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key); 353 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() 383 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key() 392 fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key() 397 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() 517 struct fscrypt_prepared_key mk_direct_key [all...] |
H A D | keysetup.c | 127 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() 149 void fscrypt_destroy_prepared_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_prepared_key() 165 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key() 172 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key()
|
H A D | inline_crypt.c | 126 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key() 192 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
|
H A D | keysetup_v1.c | 149 struct fscrypt_prepared_key dk_key;
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | fscrypt_private.h | 178 * struct fscrypt_prepared_key - a key prepared for actual encryption/decryption 184 struct fscrypt_prepared_key { struct 201 struct fscrypt_prepared_key ci_enc_key; 343 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, 348 struct fscrypt_prepared_key *prep_key); 355 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() 385 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key() 395 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key() 400 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() 518 struct fscrypt_prepared_key mk_direct_key [all...] |
H A D | keysetup.c | 150 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() 173 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_prepared_key() 189 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key() 196 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key()
|
H A D | inline_crypt.c | 153 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key() 209 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
|
H A D | keysetup_v1.c | 150 struct fscrypt_prepared_key dk_key;
|
Completed in 13 milliseconds