Searched refs:cipher_req (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c2162 struct skcipher_request *cipher_req = container_of(req, local
2165 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->src,
2166 cipher_req->cryptlen - AES_BLOCK_SIZE,
2168 skcipher_request_complete(cipher_req, 0);
2174 struct skcipher_request *cipher_req = container_of(req, local
2177 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->dst,
2178 cipher_req->cryptlen - AES_BLOCK_SIZE,
2180 skcipher_request_complete(cipher_req,
[all...]

Completed in 182 milliseconds