OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bn_gcd.c File Reference
#include "cryptlib.h"
#include "bn_lcl.h"

Go to the source code of this file.

Functions

int BN_gcd (BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx)
 
BIGNUMBN_mod_inverse (BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
 

Function Documentation

int BN_gcd ( BIGNUM r,
const BIGNUM in_a,
const BIGNUM in_b,
BN_CTX ctx 
)

Definition at line 117 of file bn_gcd.c.

BIGNUM* BN_mod_inverse ( BIGNUM in,
const BIGNUM a,
const BIGNUM n,
BN_CTX ctx 
)

Definition at line 208 of file bn_gcd.c.