Lines Matching defs:cipher_req
2159 struct skcipher_request *cipher_req = container_of(req,
2162 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->src,
2163 cipher_req->cryptlen - AES_BLOCK_SIZE,
2165 skcipher_request_complete(cipher_req, 0);
2171 struct skcipher_request *cipher_req = container_of(req,
2174 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->dst,
2175 cipher_req->cryptlen - AES_BLOCK_SIZE,
2177 skcipher_request_complete(cipher_req, 0);