#include <stdio.h>
#include <string.h>
#include "./source/global.h"
#include "./source/rsaref.h"
#include "./source/rsa.h"
#include "./source/des.h"
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/bn.h>
#include <openssl/engine.h>
#include "rsaref_err.c"
Go to the source code of this file.
#define data |
( |
|
ctx | ) |
((DES_CBC_CTX *)(ctx)->cipher_data) |
#define data |
( |
|
ctx | ) |
((DES3_CBC_CTX *)(ctx)->cipher_data) |
#define data |
( |
|
ctx | ) |
((DESX_CBC_CTX *)(ctx)->cipher_data) |
#define data |
( |
|
ctx | ) |
((MD2_CTX *)(ctx)->md_data) |
#define data |
( |
|
ctx | ) |
((MD5_CTX *)(ctx)->md_data) |
#define RSAREF_LIB_NAME "rsaref engine" |