summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/imx-scc/scc.h
blob: 5c5c25c4a03ad047df248ddf980bb2baeaf113ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2016 Pengutronix, Steffen Trumtrar <kernel@pengutronix.de>
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 */

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);