Functions
pem_pkey.c File Reference
#include <openssl/pem.h>
#include <stdio.h>
#include <string.h>
#include <openssl/dh.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/mem.h>
#include <openssl/obj.h>
#include <openssl/pkcs8.h>
#include <openssl/rand.h>
#include <openssl/x509.h>
Include dependency graph for pem_pkey.c:

Go to the source code of this file.

Functions

DHPEM_read_bio_DHparams (BIO *bp, DH **x, pem_password_cb *cb, void *u)
 
EVP_PKEYPEM_read_bio_PrivateKey (BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
 
DHPEM_read_DHparams (FILE *fp, DH **x, pem_password_cb *cb, void *u)
 
EVP_PKEYPEM_read_PrivateKey (FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u)
 
int PEM_write_bio_PrivateKey (BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
 
int PEM_write_PrivateKey (FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
 

Function Documentation

◆ PEM_read_bio_DHparams()

DH* PEM_read_bio_DHparams ( BIO bp,
DH **  x,
pem_password_cb cb,
void *  u 
)

Definition at line 183 of file pem_pkey.c.

◆ PEM_read_bio_PrivateKey()

EVP_PKEY* PEM_read_bio_PrivateKey ( BIO bp,
EVP_PKEY **  x,
pem_password_cb cb,
void *  u 
)

Definition at line 71 of file pem_pkey.c.

◆ PEM_read_DHparams()

DH* PEM_read_DHparams ( FILE *  fp,
DH **  x,
pem_password_cb cb,
void *  u 
)

Definition at line 204 of file pem_pkey.c.

◆ PEM_read_PrivateKey()

EVP_PKEY* PEM_read_PrivateKey ( FILE *  fp,
EVP_PKEY **  x,
pem_password_cb cb,
void *  u 
)

Definition at line 153 of file pem_pkey.c.

◆ PEM_write_bio_PrivateKey()

int PEM_write_bio_PrivateKey ( BIO bp,
EVP_PKEY x,
const EVP_CIPHER enc,
unsigned char *  kstr,
int  klen,
pem_password_cb cb,
void *  u 
)

Definition at line 146 of file pem_pkey.c.

◆ PEM_write_PrivateKey()

int PEM_write_PrivateKey ( FILE *  fp,
EVP_PKEY x,
const EVP_CIPHER enc,
unsigned char *  kstr,
int  klen,
pem_password_cb cb,
void *  u 
)

Definition at line 166 of file pem_pkey.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:25