wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pkcs8.h
Go to the documentation of this file.
1 
5 #ifndef PKCS8_H
6 #define PKCS8_H
7 
8 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
9 struct crypto_private_key *
10 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
11 
12 #endif /* PKCS8_H */
Definition: crypto_libtomcrypt.c:407