Lines Matching defs:cipher_req
2158 struct skcipher_request *cipher_req = container_of(req,
2161 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->src,
2162 cipher_req->cryptlen - AES_BLOCK_SIZE,
2164 skcipher_request_complete(cipher_req, 0);
2170 struct skcipher_request *cipher_req = container_of(req,
2173 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->dst,
2174 cipher_req->cryptlen - AES_BLOCK_SIZE,
2176 skcipher_request_complete(cipher_req, 0);