18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ci#ifndef _CERT_COMMON_H 48c2ecf20Sopenharmony_ci#define _CERT_COMMON_H 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciint load_certificate_list(const u8 cert_list[], const unsigned long list_size, 78c2ecf20Sopenharmony_ci const struct key *keyring); 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#endif 10