Home
last modified time | relevance | path

Searched defs:blk_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/crypto/
Dinline_crypt.c163 struct blk_crypto_key *blk_key; in fscrypt_prepare_inline_crypt_key() local
215 struct blk_crypto_key *blk_key = prep_key->blk_key; in fscrypt_destroy_inline_crypt_key() local
Dfscrypt_private.h187 struct blk_crypto_key *blk_key; member
/linux-6.1.9/block/
Dblk-crypto.c323 int blk_crypto_init_key(struct blk_crypto_key *blk_key, const u8 *raw_key, in blk_crypto_init_key()