OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bn_sqr.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include "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 65 of file bn_sqr.c.

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

Definition at line 158 of file bn_sqr.c.