Lines Matching defs:ciph_req
191 struct skcipher_request *ciph_req;
196 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode],
198 if (!ciph_req)
201 skcipher_request_set_callback(ciph_req,
205 *ciph_req_ret = ciph_req;
267 struct skcipher_request *ciph_req = NULL;
303 if (!blk_crypto_fallback_alloc_cipher_req(slot, &ciph_req, &wait)) {
312 skcipher_request_set_crypt(ciph_req, &src, &dst, data_unit_size,
337 if (crypto_wait_req(crypto_skcipher_encrypt(ciph_req),
362 skcipher_request_free(ciph_req);
383 struct skcipher_request *ciph_req = NULL;
406 if (!blk_crypto_fallback_alloc_cipher_req(slot, &ciph_req, &wait)) {
413 skcipher_request_set_crypt(ciph_req, &sg, &sg, data_unit_size,
425 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req),
436 skcipher_request_free(ciph_req);