#include <gwenhywfar/crypt.h>
#include <stdio.h>
#include <openssl/bn.h>
Go to the source code of this file.
Defines | |
#define | GWEN_CRYPT_RSA_DEFAULT_EXPONENT 65537 |
#define | GWEN_CRYPT_RSA_DEFAULT_KEY_LENGTH 1024 |
#define | GWEN_CRYPT_RSA_MAX_KEY_LENGTH 4096 |
Functions | |
void | GWEN_CryptImpl_Dump_Bignum (BIGNUM *bn, FILE *f, int indent) |
GWEN_ERRORCODE | GWEN_CryptImpl_Fini () |
GWEN_ERRORCODE | GWEN_CryptImpl_Init () |
GWEN_ERRORCODE | GWEN_CryptKeyBF_Register () |
GWEN_ERRORCODE | GWEN_CryptKeyDES_Register () |
GWEN_ERRORCODE | GWEN_CryptKeyRSA_Register () |
GWEN_ERRORCODE | GWEN_MdMd5_Register () |
GWEN_ERRORCODE | GWEN_MdRmd160_Register () |
GWEN_ERRORCODE | GWEN_MdSha1_Register () |
#define GWEN_CRYPT_RSA_DEFAULT_EXPONENT 65537 |
#define GWEN_CRYPT_RSA_DEFAULT_KEY_LENGTH 1024 |
#define GWEN_CRYPT_RSA_MAX_KEY_LENGTH 4096 |
void GWEN_CryptImpl_Dump_Bignum | ( | BIGNUM * | bn, | |
FILE * | f, | |||
int | indent | |||
) |
GWEN_ERRORCODE GWEN_CryptImpl_Fini | ( | ) |
GWEN_ERRORCODE GWEN_CryptImpl_Init | ( | ) |
GWEN_ERRORCODE GWEN_CryptKeyBF_Register | ( | ) |
GWEN_ERRORCODE GWEN_CryptKeyDES_Register | ( | ) |
GWEN_ERRORCODE GWEN_CryptKeyRSA_Register | ( | ) |
GWEN_ERRORCODE GWEN_MdMd5_Register | ( | ) |
GWEN_ERRORCODE GWEN_MdRmd160_Register | ( | ) |
GWEN_ERRORCODE GWEN_MdSha1_Register | ( | ) |