summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/imx-scc/scc.h
blob: 77161d25a4579d029227796da4e3abfcf9838b4e (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2016 Pengutronix, Steffen Trumtrar <kernel@pengutronix.de>
 */

struct ablkcipher_request;

int imx_scc_cbc_des_encrypt(struct ablkcipher_request *req);
int imx_scc_cbc_des_decrypt(struct ablkcipher_request *req);
int imx_scc_blob_gen_probe(struct device_d *dev);