Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/bn/bn_rand.c
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"
#include "bn_lcl.h"
#include <openssl/rand.h>

Funciones

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)

Documentación de las funciones

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 
)
int BN_rand_range ( BIGNUM r,
const BIGNUM range 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'