David Howells | 964f3b3 | 2012-09-13 15:17:21 +0100 | [diff] [blame] | 1 | /* Internal definitions for asymmetric key type |
| 2 | * |
| 3 | * Copyright (C) 2012 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 | |
David Howells | 9eb0298 | 2016-04-06 16:14:25 +0100 | [diff] [blame] | 12 | #include <keys/asymmetric-type.h> |
| 13 | |
David Howells | 7901c1a | 2014-09-16 17:36:11 +0100 | [diff] [blame] | 14 | extern struct asymmetric_key_id *asymmetric_key_hex_to_key_id(const char *id); |
Dmitry Kasatkin | b342682 | 2014-06-17 11:56:57 +0300 | [diff] [blame] | 15 | |
Mimi Zohar | f2b3dee | 2015-02-11 07:33:34 -0500 | [diff] [blame] | 16 | extern int __asymmetric_key_hex_to_key_id(const char *id, |
| 17 | struct asymmetric_key_id *match_id, |
| 18 | size_t hexlen); |