webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
sqrt.c File Reference
#include <openssl/bn.h>
#include <openssl/err.h>

Functions

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

Function Documentation

◆ BN_mod_sqrt()

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

◆ BN_sqrt()

int BN_sqrt ( BIGNUM out_sqrt,
const BIGNUM in,
BN_CTX ctx 
)