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

Go to the source code of this file.

Macros

#define BN_lsw(n)   (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])
 

Functions

int BN_kronecker (const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
 

Macro Definition Documentation

#define BN_lsw (   n)    (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])

Definition at line 60 of file bn_kron.c.

Function Documentation

int BN_kronecker ( const BIGNUM a,
const BIGNUM b,
BN_CTX ctx 
)

Definition at line 63 of file bn_kron.c.