2019-05-21 02:08:01 +09:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2012-09-13 23:17:21 +09:00
|
|
|
/* Internal definitions for asymmetric key type
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
|
|
|
|
* Written by David Howells (dhowells@redhat.com)
|
|
|
|
*/
|
|
|
|
|
2016-04-07 00:14:25 +09:00
|
|
|
#include <keys/asymmetric-type.h>
|
|
|
|
|
2014-09-17 01:36:11 +09:00
|
|
|
extern struct asymmetric_key_id *asymmetric_key_hex_to_key_id(const char *id);
|
2014-06-17 17:56:57 +09:00
|
|
|
|
2015-02-11 21:33:34 +09:00
|
|
|
extern int __asymmetric_key_hex_to_key_id(const char *id,
|
|
|
|
struct asymmetric_key_id *match_id,
|
|
|
|
size_t hexlen);
|
2018-10-10 01:47:07 +09:00
|
|
|
|
|
|
|
extern int asymmetric_key_eds_op(struct kernel_pkey_params *params,
|
|
|
|
const void *in, void *out);
|