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

Go to the source code of this file.

Functions

int BN_sqr (BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
 
void bn_sqr_normal (BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp)
 

Function Documentation

int BN_sqr ( BIGNUM r,
const BIGNUM a,
BN_CTX ctx 
)

Definition at line 68 of file bn_sqr.c.

void bn_sqr_normal ( BN_ULONG r,
const BN_ULONG a,
int  n,
BN_ULONG tmp 
)

Definition at line 161 of file bn_sqr.c.