My Project
dox_comments
header_files
pem.h
Go to the documentation of this file.
1
31
int
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);
wolfSSL_PEM_write_bio_PrivateKey
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.
Generated by
1.9.1