4 * Copyright (c) 2015, Intel Corporation
5 * Authors: Tadeusz Struk <tadeusz.struk@intel.com>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the Free
9 * Software Foundation; either version 2 of the License, or (at your option)
15 #include <linux/mpi.h>
23 int rsa_parse_pub_key(struct rsa_key
*rsa_key
, const void *key
,
24 unsigned int key_len
);
26 int rsa_parse_priv_key(struct rsa_key
*rsa_key
, const void *key
,
27 unsigned int key_len
);
29 void rsa_free_key(struct rsa_key
*rsa_key
);
31 extern struct crypto_template rsa_pkcs1pad_tmpl
;