Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
[linux-2.6.git] / include / keys / asymmetric-type.h
blob7dd473496180b6637b7c213f900d114d3b7d76cf
1 /* Asymmetric Public-key cryptography key type interface
3 * See Documentation/security/asymmetric-keys.txt
5 * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
6 * Written by David Howells (dhowells@redhat.com)
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public Licence
10 * as published by the Free Software Foundation; either version
11 * 2 of the Licence, or (at your option) any later version.
14 #ifndef _KEYS_ASYMMETRIC_TYPE_H
15 #define _KEYS_ASYMMETRIC_TYPE_H
17 #include <linux/key-type.h>
19 extern struct key_type key_type_asymmetric;
22 * The payload is at the discretion of the subtype.
25 #endif /* _KEYS_ASYMMETRIC_TYPE_H */