Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/rsa/rsa_x931g.c
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <openssl/err.h>
#include <openssl/bn.h>
#include <openssl/rsa.h>

Funciones

int RSA_X931_derive_ex (RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, BIGNUM *q2, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *Xq1, const BIGNUM *Xq2, const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb)
int RSA_X931_generate_key_ex (RSA *rsa, int bits, const BIGNUM *e, BN_GENCB *cb)

Documentación de las funciones

int RSA_X931_derive_ex ( RSA rsa,
BIGNUM p1,
BIGNUM p2,
BIGNUM q1,
BIGNUM q2,
const BIGNUM Xp1,
const BIGNUM Xp2,
const BIGNUM Xp,
const BIGNUM Xq1,
const BIGNUM Xq2,
const BIGNUM Xq,
const BIGNUM e,
BN_GENCB cb 
)
int RSA_X931_generate_key_ex ( RSA rsa,
int  bits,
const BIGNUM e,
BN_GENCB cb 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'