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

Go to the source code of this file.

Functions

BIGNUMBN_mod_sqrt (BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
 

Function Documentation

BIGNUM* BN_mod_sqrt ( BIGNUM in,
const BIGNUM a,
const BIGNUM p,
BN_CTX ctx 
)

Definition at line 62 of file bn_sqrt.c.