Home
last modified time | relevance | path

Searched refs:bn_jacobi (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Djacobi.c63 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_jacobi() function
Dinternal.h264 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
Dsqrt.c258 r = bn_jacobi(y, q, ctx); /* here 'q' is |p| */ in BN_mod_sqrt()