Searched refs:crypt_keyslot (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/ufs/core/
H A Dufshcd-crypto.h19 if (!rq || !rq->crypt_keyslot) {
24 lrbp->crypto_key_slot = blk_crypto_keyslot_index(rq->crypt_keyslot);
/linux-master/drivers/mmc/core/
H A Dcrypto.c40 keyslot = req->crypt_keyslot;
/linux-master/block/
H A Dblk-crypto.c232 &rq->crypt_keyslot);
237 blk_crypto_put_keyslot(rq->crypt_keyslot);
238 rq->crypt_keyslot = NULL;
244 if (WARN_ON_ONCE(rq->crypt_keyslot))
H A Dblk-crypto-internal.h60 rq->crypt_keyslot = NULL;
70 return rq->crypt_keyslot;
/linux-master/include/linux/
H A Dblk-mq.h136 struct blk_crypto_keyslot *crypt_keyslot; member in struct:request

Completed in 144 milliseconds