Searched refs:cipher_req (Results 1 – 1 of 1) sorted by relevance
2146 struct skcipher_request *cipher_req = container_of(req, in artpec6_crypto_complete_cbc_decrypt() local2149 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() local2161 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()