Home
last modified time | relevance | path

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

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