/* Big capacity key type. * * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */#ifndef _KEYS_BIG_KEY_TYPE_H#define _KEYS_BIG_KEY_TYPE_H#include <linux/key-type.h>externstructkey_typekey_type_big_key;externintbig_key_instantiate(structkey*key,structkey_preparsed_payload*prep);externvoidbig_key_revoke(structkey*key);externvoidbig_key_destroy(structkey*key);externvoidbig_key_describe(conststructkey*big_key,structseq_file*m);externlongbig_key_read(conststructkey*key,char__user*buffer,size_tbuflen);#endif /* _KEYS_BIG_KEY_TYPE_H */