pkcs8.h
Go to the documentation of this file.00001
00016 #ifndef PKCS8_H
00017 #define PKCS8_H
00018
00019 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
00020 struct crypto_private_key *
00021 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
00022
00023 #endif
00024