#include <stdio.h>
#include <time.h>
#include "cryptlib.h"
#include "bn_lcl.h"
#include <openssl/rand.h>
Go to the source code of this file.
|
int | BN_rand (BIGNUM *rnd, int bits, int top, int bottom) |
|
int | BN_pseudo_rand (BIGNUM *rnd, int bits, int top, int bottom) |
|
int | BN_bntest_rand (BIGNUM *rnd, int bits, int top, int bottom) |
|
int | BN_rand_range (BIGNUM *r, const BIGNUM *range) |
|
int | BN_pseudo_rand_range (BIGNUM *r, const BIGNUM *range) |
|
int BN_bntest_rand |
( |
BIGNUM * |
rnd, |
|
|
int |
bits, |
|
|
int |
top, |
|
|
int |
bottom |
|
) |
| |
int BN_pseudo_rand |
( |
BIGNUM * |
rnd, |
|
|
int |
bits, |
|
|
int |
top, |
|
|
int |
bottom |
|
) |
| |
int BN_pseudo_rand_range |
( |
BIGNUM * |
r, |
|
|
const BIGNUM * |
range |
|
) |
| |
int BN_rand |
( |
BIGNUM * |
rnd, |
|
|
int |
bits, |
|
|
int |
top, |
|
|
int |
bottom |
|
) |
| |