Go to the source code of this file.
|
EVP_PKEY * | b2i_PrivateKey (const unsigned char **in, long length) |
|
EVP_PKEY * | b2i_PublicKey (const unsigned char **in, long length) |
|
EVP_PKEY * | b2i_PrivateKey_bio (BIO *in) |
|
EVP_PKEY * | b2i_PublicKey_bio (BIO *in) |
|
int | i2b_PrivateKey_bio (BIO *out, EVP_PKEY *pk) |
|
int | i2b_PublicKey_bio (BIO *out, EVP_PKEY *pk) |
|
EVP_PKEY * | b2i_PVK_bio (BIO *in, pem_password_cb *cb, void *u) |
|
int | i2b_PVK_bio (BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u) |
|
#define MS_DSS1MAGIC 0x31535344L |
#define MS_DSS2MAGIC 0x32535344L |
#define MS_KEYALG_DSS_SIGN 0x2200 |
#define MS_KEYALG_RSA_KEYX 0xa400 |
#define MS_KEYTYPE_KEYX 0x1 |
#define MS_KEYTYPE_SIGN 0x2 |
#define MS_PRIVATEKEYBLOB 0x7 |
#define MS_PUBLICKEYBLOB 0x6 |
#define MS_PVKMAGIC 0xb0b5f11eL |
#define MS_RSA1MAGIC 0x31415352L |
#define MS_RSA2MAGIC 0x32415352L |
EVP_PKEY* b2i_PrivateKey |
( |
const unsigned char ** |
in, |
|
|
long |
length |
|
) |
| |
EVP_PKEY* b2i_PublicKey |
( |
const unsigned char ** |
in, |
|
|
long |
length |
|
) |
| |