common.h 216 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. #ifndef _CERT_COMMON_H
  3. #define _CERT_COMMON_H
  4. int load_certificate_list(const u8 cert_list[], const unsigned long list_size,
  5. const struct key *keyring);
  6. #endif