Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19-rc3 16 lines 448 B view raw
1/* SPDX-License-Identifier: GPL-2.0 2 * 3 * Copyright (C) 2019 - 2021 4 * 5 * Richard van Schagen <vschagen@icloud.com> 6 * Christian Marangi <ansuelsmth@gmail.com 7 */ 8#ifndef _EIP93_AES_H_ 9#define _EIP93_AES_H_ 10 11extern struct eip93_alg_template eip93_alg_ecb_aes; 12extern struct eip93_alg_template eip93_alg_cbc_aes; 13extern struct eip93_alg_template eip93_alg_ctr_aes; 14extern struct eip93_alg_template eip93_alg_rfc3686_aes; 15 16#endif /* _EIP93_AES_H_ */