Blame view

crypto/asymmetric_keys/asymmetric_keys.h 552 Bytes
b4d0d230c   Thomas Gleixner   treewide: Replace...
1
  /* SPDX-License-Identifier: GPL-2.0-or-later */
964f3b3bf   David Howells   KEYS: Implement a...
2
3
4
5
  /* Internal definitions for asymmetric key type
   *
   * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
   * Written by David Howells (dhowells@redhat.com)
964f3b3bf   David Howells   KEYS: Implement a...
6
   */
9eb029893   David Howells   KEYS: Generalise ...
7
  #include <keys/asymmetric-type.h>
7901c1a8e   David Howells   KEYS: Implement b...
8
  extern struct asymmetric_key_id *asymmetric_key_hex_to_key_id(const char *id);
b3426827c   Dmitry Kasatkin   KEYS: make partia...
9

f2b3dee48   Mimi Zohar   KEYS: fix "ca_key...
10
11
12
  extern int __asymmetric_key_hex_to_key_id(const char *id,
  					  struct asymmetric_key_id *match_id,
  					  size_t hexlen);
5a3077183   David Howells   KEYS: Provide mis...
13
14
15
  
  extern int asymmetric_key_eds_op(struct kernel_pkey_params *params,
  				 const void *in, void *out);