My Project
Loading...
Searching...
No Matches
pem.h
Go to the documentation of this file.
1
31int wolfSSL_PEM_write_bio_PrivateKey(WOLFSSL_BIO* bio, WOLFSSL_EVP_PKEY* key,
32 const WOLFSSL_EVP_CIPHER* cipher,
33 unsigned char* passwd, int len,
34 wc_pem_password_cb* cb, void* arg);
int wolfSSL_PEM_write_bio_PrivateKey(WOLFSSL_BIO *bio, WOLFSSL_EVP_PKEY *key, const WOLFSSL_EVP_CIPHER *cipher, unsigned char *passwd, int len, wc_pem_password_cb *cb, void *arg)
This function writes a key into a WOLFSSL_BIO structure in PEM format.