Searched refs:bn_jacobi (Results 1 – 3 of 3) sorted by relevance
63 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_jacobi() function
264 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
258 r = bn_jacobi(y, q, ctx); /* here 'q' is |p| */ in BN_mod_sqrt()