Revision 1bfb8007 src/libstrongswan/asn1/pem.h
| b/src/libstrongswan/asn1/pem.h | ||
|---|---|---|
| 21 | 21 |
|
| 22 | 22 |
#include <library.h> |
| 23 | 23 |
|
| 24 |
bool pem_to_bin(chunk_t *blob, chunk_t *passphrase, bool *pgp); |
|
| 24 |
status_t pem_to_bin(chunk_t *blob, chunk_t passphrase, bool *pgp); |
|
| 25 | 25 |
|
| 26 |
bool pem_asn1_load_file(char *filename, chunk_t *passphrase, |
|
| 27 |
chunk_t *blob, bool *pgp); |
|
| 26 |
bool pem_asn1_load_file(char *filename, chunk_t *passphrase, chunk_t *blob, |
|
| 27 |
bool *pgp); |
|
| 28 | 28 |
|
| 29 | 29 |
#endif /*PEM_H_ @} */ |
Also available in: Unified diff