blob: c68f5b6965fa16c9d3c4e7eed35e15643dc253d4 (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/types.h>
#include <crypto/aes.h>
extern struct skcipher_alg p8_aes_cbc_alg;
extern struct skcipher_alg p8_aes_ctr_alg;
extern struct skcipher_alg p8_aes_xts_alg;
|