internal.h 574 B

12345678910111213141516171819
  1. /* Internal definitions
  2. *
  3. * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved.
  4. * Written by David Howells (dhowells@redhat.com)
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public Licence
  8. * as published by the Free Software Foundation; either version
  9. * 2 of the Licence, or (at your option) any later version.
  10. */
  11. /*
  12. * system_keyring.c
  13. */
  14. #ifdef CONFIG_SECONDARY_TRUSTED_KEYRING
  15. extern void __init add_trusted_secondary_key(const char *source,
  16. const void *data, size_t len);
  17. #endif