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 v5.16-rc4 9 lines 216 B view raw
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2 3#ifndef _CERT_COMMON_H 4#define _CERT_COMMON_H 5 6int load_certificate_list(const u8 cert_list[], const unsigned long list_size, 7 const struct key *keyring); 8 9#endif