#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/rand.h>
Go to the source code of this file.
Functions | |
int | RSA_padding_add_none (unsigned char *to, int tlen, const unsigned char *from, int flen) |
int | RSA_padding_check_none (unsigned char *to, int tlen, const unsigned char *from, int flen, int num) |
int RSA_padding_add_none | ( | unsigned char * | to, |
int | tlen, | ||
const unsigned char * | from, | ||
int | flen | ||
) |
Definition at line 65 of file rsa_none.c.
int RSA_padding_check_none | ( | unsigned char * | to, |
int | tlen, | ||
const unsigned char * | from, | ||
int | flen, | ||
int | num | ||
) |
Definition at line 84 of file rsa_none.c.