Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/axis/
Dartpec6_crypto.c2158 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_decrypt() local
2161 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->src, in artpec6_crypto_complete_cbc_decrypt()
2162 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_decrypt()
2164 skcipher_request_complete(cipher_req, 0); in artpec6_crypto_complete_cbc_decrypt()
2170 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_encrypt() local
2173 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->dst, in artpec6_crypto_complete_cbc_encrypt()
2174 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_encrypt()
2176 skcipher_request_complete(cipher_req, 0); in artpec6_crypto_complete_cbc_encrypt()