Home
last modified time | relevance | path

Searched refs:inline_crypt_bio (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/hyperhold/
Dhp_device.h37 void inline_crypt_bio(struct blk_crypto_key *blk_key, struct bio *bio);
Dhp_device.c161 void inline_crypt_bio(struct blk_crypto_key *blk_key, struct bio *bio) in inline_crypt_bio() function
196 void inline_crypt_bio(struct blk_crypto_key *blk_key, struct bio *bio) {} in inline_crypt_bio() function
Dhp_core.c739 inline_crypt_bio(dev->blk_key, bio); in hpio_submit()