|
wpa_supplicant / hostapd 2.0
|
00001 00010 #ifndef PKCS8_H 00011 #define PKCS8_H 00012 00013 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len); 00014 struct crypto_private_key * 00015 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd); 00016 00017 #endif /* PKCS8_H */ 00018
1.7.3