cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
bn_div.c File Reference
#include <stdio.h>
#include "bn/bn_lcl.h"

Go to the source code of this file.

Functions

int BN_div (BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx)
 

Function Documentation

int BN_div ( BIGNUM dv,
BIGNUM rm,
const BIGNUM num,
const BIGNUM divisor,
BN_CTX ctx 
)

Definition at line 200 of file bn_div.c.