summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/rng_self_test.h
blob: 1c1011466f772c480a2e6cf31800c7d0cbdeb6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * CAAM RNG self test
 *
 * Copyright (C) 2018 Pengutronix, Roland Hieber <r.hieber@pengutronix.de>
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef RNG_SELF_TEST_H
#define RNG_SELF_TEST_H

int caam_rng_self_test(struct device *dev, const u8 caam_era, const u8 rngvid,
		       const u8 rngrev);

#endif /* RNG_SELF_TEST_H */