Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c2146 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_decrypt() local
2149 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->src, in artpec6_crypto_complete_cbc_decrypt()
2150 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_decrypt()
2158 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_encrypt() local
2161 scatterwalk_map_and_copy(cipher_req->iv, cipher_req->dst, in artpec6_crypto_complete_cbc_encrypt()
2162 cipher_req->cryptlen - AES_BLOCK_SIZE, in artpec6_crypto_complete_cbc_encrypt()