Home
last modified time | relevance | path

Searched refs:blk_crypto_keyslot (Results 1 – 7 of 7) sorted by relevance

/linux/block/
H A Dblk-crypto-profile.c37 struct blk_crypto_keyslot { struct
177 blk_crypto_remove_slot_from_lru_list(struct blk_crypto_keyslot *slot) in blk_crypto_remove_slot_from_lru_list()
187 static struct blk_crypto_keyslot *
193 struct blk_crypto_keyslot *slotp; in blk_crypto_find_keyslot()
202 static struct blk_crypto_keyslot *
206 struct blk_crypto_keyslot *slot; in blk_crypto_find_and_grab_keyslot()
224 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot) in blk_crypto_keyslot_index()
248 struct blk_crypto_keyslot **slot_ptr) in blk_crypto_get_keyslot()
250 struct blk_crypto_keyslot *slot; in blk_crypto_get_keyslot()
289 slot = list_first_entry(&profile->idle_slots, struct blk_crypto_keyslot, in blk_crypto_get_keyslot()
[all …]
H A Dblk-crypto-internal.h76 struct blk_crypto_keyslot **slot_ptr);
78 void blk_crypto_put_keyslot(struct blk_crypto_keyslot *slot);
H A Dblk-crypto-fallback.c219 blk_crypto_fallback_tfm(struct blk_crypto_keyslot *slot) in blk_crypto_fallback_tfm()
358 struct blk_crypto_keyslot *slot; in blk_crypto_fallback_encrypt_bio()
427 struct blk_crypto_keyslot *slot; in blk_crypto_fallback_decrypt_bio()
/linux/include/linux/
H A Dblk-crypto-profile.h192 struct blk_crypto_keyslot *slots;
202 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot);
H A Dblk-mq.h167 struct blk_crypto_keyslot *crypt_keyslot;
/linux/drivers/mmc/core/
H A Dcrypto.c33 struct blk_crypto_keyslot *keyslot; in mmc_crypto_prepare_req()
/linux/include/scsi/
H A Dscsi_eh.h48 struct blk_crypto_keyslot *rq_crypt_keyslot;