Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-crypto-profile.c37 struct blk_crypto_keyslot { struct
179 blk_crypto_remove_slot_from_lru_list(struct blk_crypto_keyslot *slot) in blk_crypto_remove_slot_from_lru_list()
189 static struct blk_crypto_keyslot *
195 struct blk_crypto_keyslot *slotp; in blk_crypto_find_keyslot()
204 static struct blk_crypto_keyslot *
208 struct blk_crypto_keyslot *slot; in blk_crypto_find_and_grab_keyslot()
226 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot) in blk_crypto_keyslot_index()
250 struct blk_crypto_keyslot **slot_ptr) in blk_crypto_get_keyslot()
252 struct blk_crypto_keyslot *slot; in blk_crypto_get_keyslot()
291 slot = list_first_entry(&profile->idle_slots, struct blk_crypto_keyslot, in blk_crypto_get_keyslot()
[all …]
H A Dblk-crypto-internal.h75 struct blk_crypto_keyslot **slot_ptr);
77 void blk_crypto_put_keyslot(struct blk_crypto_keyslot *slot);
H A Dblk-crypto-fallback.c188 blk_crypto_fallback_alloc_cipher_req(struct blk_crypto_keyslot *slot, in blk_crypto_fallback_alloc_cipher_req()
266 struct blk_crypto_keyslot *slot; in blk_crypto_fallback_encrypt_bio()
383 struct blk_crypto_keyslot *slot; in blk_crypto_fallback_decrypt_bio()
/linux/include/linux/
H A Dblk-crypto-profile.h130 struct blk_crypto_keyslot *slots;
140 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot);
H A Dblk-mq.h156 struct blk_crypto_keyslot *crypt_keyslot;
/linux/drivers/mmc/core/
H A Dcrypto.c33 struct blk_crypto_keyslot *keyslot; in mmc_crypto_prepare_req()