OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bn_x931p.c File Reference
#include <stdio.h>
#include <openssl/bn.h>

Go to the source code of this file.

Functions

int BN_X931_derive_prime_ex (BIGNUM *p, BIGNUM *p1, BIGNUM *p2, const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb)
 
int BN_X931_generate_Xpq (BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx)
 
int BN_X931_generate_prime_ex (BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1, BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb)
 

Function Documentation

int BN_X931_derive_prime_ex ( BIGNUM p,
BIGNUM p1,
BIGNUM p2,
const BIGNUM Xp,
const BIGNUM Xp1,
const BIGNUM Xp2,
const BIGNUM e,
BN_CTX ctx,
BN_GENCB cb 
)

Definition at line 96 of file bn_x931p.c.

int BN_X931_generate_prime_ex ( BIGNUM p,
BIGNUM p1,
BIGNUM p2,
BIGNUM Xp1,
BIGNUM Xp2,
const BIGNUM Xp,
const BIGNUM e,
BN_CTX ctx,
BN_GENCB cb 
)

Definition at line 243 of file bn_x931p.c.

int BN_X931_generate_Xpq ( BIGNUM Xp,
BIGNUM Xq,
int  nbits,
BN_CTX ctx 
)

Definition at line 196 of file bn_x931p.c.