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 /* PKCS8_H */
00024 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:16:53 2009 for hostapd by  doxygen 1.6.1