/** * add_to_platform_keyring - Add to platform keyring without validation. * @source: Source of key * @data: The blob holding the key * @len: The length of the data blob * * Add a key to the platform keyring without checking its trust chain. This * is available only during kernel initialisation.
*/ void __init add_to_platform_keyring(constchar *source, constvoid *data,
size_t len)
{
key_perm_t perm; int rc;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.