OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Typedefs
e_nuron.c File Reference
#include <stdio.h>
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/dso.h>
#include <openssl/engine.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#include <openssl/dh.h>
#include <openssl/bn.h>
#include "e_nuron_err.c"

Go to the source code of this file.

Macros

#define NURON_LIB_NAME   "nuron engine"
 
#define NURON_CMD_SO_PATH   ENGINE_CMD_BASE
 

Typedefs

typedef int tfnModExp (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m)
 

Macro Definition Documentation

#define NURON_CMD_SO_PATH   ENGINE_CMD_BASE

Definition at line 103 of file e_nuron.c.

#define NURON_LIB_NAME   "nuron engine"

Definition at line 79 of file e_nuron.c.

Typedef Documentation

typedef int tfnModExp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m)

Definition at line 112 of file e_nuron.c.