#include <stdio.h>#include "cryptlib.h"#include <openssl/bn.h>#include <openssl/rsa.h>#include <openssl/rand.h>#include <openssl/objects.h>Go to the source code of this file.
Functions | |
| int | RSA_padding_add_X931 (unsigned char *to, int tlen, const unsigned char *from, int flen) |
| int | RSA_padding_check_X931 (unsigned char *to, int tlen, const unsigned char *from, int flen, int num) |
| int | RSA_X931_hash_id (int nid) |
| int RSA_padding_add_X931 | ( | unsigned char * | to, |
| int | tlen, | ||
| const unsigned char * | from, | ||
| int | flen | ||
| ) |
Definition at line 66 of file rsa_x931.c.
| int RSA_padding_check_X931 | ( | unsigned char * | to, |
| int | tlen, | ||
| const unsigned char * | from, | ||
| int | flen, | ||
| int | num | ||
| ) |
Definition at line 105 of file rsa_x931.c.
| int RSA_X931_hash_id | ( | int | nid | ) |
Definition at line 158 of file rsa_x931.c.
1.8.2