Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-crypto-fallback.c192 struct skcipher_request *ciph_req; in blk_crypto_fallback_alloc_cipher_req() local
199 if (!ciph_req) in blk_crypto_fallback_alloc_cipher_req()
202 skcipher_request_set_callback(ciph_req, in blk_crypto_fallback_alloc_cipher_req()
206 *ciph_req_ret = ciph_req; in blk_crypto_fallback_alloc_cipher_req()
268 struct skcipher_request *ciph_req = NULL; in blk_crypto_fallback_encrypt_bio() local
338 if (crypto_wait_req(crypto_skcipher_encrypt(ciph_req), in blk_crypto_fallback_encrypt_bio()
363 skcipher_request_free(ciph_req); in blk_crypto_fallback_encrypt_bio()
384 struct skcipher_request *ciph_req = NULL; in blk_crypto_fallback_decrypt_bio() local
414 skcipher_request_set_crypt(ciph_req, &sg, &sg, data_unit_size, in blk_crypto_fallback_decrypt_bio()
426 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req), in blk_crypto_fallback_decrypt_bio()
[all …]