My Project
Loading...
Searching...
No Matches
pem.h
1
30WOLFSSL_API
32 const WOLFSSL_EVP_CIPHER* cipher,
33 unsigned char* passwd, int len,
34 pem_password_cb* cb, void* arg);
WOLFSSL_API int wolfSSL_PEM_write_bio_PrivateKey(WOLFSSL_BIO *bio, WOLFSSL_EVP_PKEY *key, const WOLFSSL_EVP_CIPHER *cipher, unsigned char *passwd, int len, pem_password_cb *cb, void *arg)
This function writes a key into a WOLFSSL_BIO structure in PEM format.
Definition ssl.c:31102
Definition ssl.h:461
Definition ssl.h:316