|
static int | check_pem (const char *nm, const char *name) |
|
static const EVP_CIPHER * | cipher_by_name (const char *name) |
|
static int | load_iv (char **fromp, unsigned char *to, int num) |
|
void * | PEM_ASN1_read (d2i_of_void *d2i, const char *name, FILE *fp, void **x, pem_password_cb *cb, void *u) |
|
int | PEM_ASN1_write (i2d_of_void *i2d, const char *name, FILE *fp, void *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *callback, void *u) |
|
int | PEM_ASN1_write_bio (i2d_of_void *i2d, const char *name, BIO *bp, void *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *callback, void *u) |
|
int | PEM_bytes_read_bio (unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp, pem_password_cb *cb, void *u) |
|
int | PEM_def_callback (char *buf, int size, int rwflag, void *userdata) |
|
void | PEM_dek_info (char *buf, const char *type, int len, char *str) |
|
int | PEM_do_header (EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, pem_password_cb *callback, void *u) |
|
int | PEM_get_EVP_CIPHER_INFO (char *header, EVP_CIPHER_INFO *cipher) |
|
void | PEM_proc_type (char *buf, int type) |
|
int | PEM_read (FILE *fp, char **name, char **header, unsigned char **data, long *len) |
|
int | PEM_read_bio (BIO *bp, char **name, char **header, unsigned char **data, long *len) |
|
int | PEM_write (FILE *fp, const char *name, const char *header, const unsigned char *data, long len) |
|
int | PEM_write_bio (BIO *bp, const char *name, const char *header, const unsigned char *data, long len) |
|