Searched defs:prep_key (Results 1 - 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/fs/crypto/ |
| H A D | keysetup.c | 127 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() argument 149 void fscrypt_destroy_prepared_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_prepared_key() argument 172 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key() local [all...] |
| 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() argument 192 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key() argument
|
| H A D | fscrypt_private.h | 353 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() argument 383 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key() argument 392 fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key() argument 397 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() argument [all...] |
| /kernel/linux/linux-6.6/fs/crypto/ |
| H A D | keysetup.c | 150 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() argument 196 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key() local 172 fscrypt_destroy_prepared_key(struct super_block *sb, struct fscrypt_prepared_key *prep_key) fscrypt_destroy_prepared_key() argument [all...] |
| 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() argument 208 fscrypt_destroy_inline_crypt_key(struct super_block *sb, struct fscrypt_prepared_key *prep_key) fscrypt_destroy_inline_crypt_key() argument
|
| H A D | fscrypt_private.h | 355 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() argument 385 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key() argument 400 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() argument 394 fscrypt_destroy_inline_crypt_key(struct super_block *sb, struct fscrypt_prepared_key *prep_key) fscrypt_destroy_inline_crypt_key() argument [all...] |
Completed in 5 milliseconds