![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* Internal definitions for asymmetric key type 0003 * 0004 * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. 0005 * Written by David Howells (dhowells@redhat.com) 0006 */ 0007 0008 #include <keys/asymmetric-type.h> 0009 0010 extern struct asymmetric_key_id *asymmetric_key_hex_to_key_id(const char *id); 0011 0012 extern int __asymmetric_key_hex_to_key_id(const char *id, 0013 struct asymmetric_key_id *match_id, 0014 size_t hexlen); 0015 0016 extern int asymmetric_key_eds_op(struct kernel_pkey_params *params, 0017 const void *in, void *out);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |