Home
last modified time | relevance | path

Searched refs:BN_kronecker (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_kron.c17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker() function
H A Dbn_sqrt.c198 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */ in BN_mod_sqrt()
/third_party/openssl/crypto/bn/
H A Dbn_kron.c17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker() function
H A Dbn_sqrt.c198 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */ in BN_mod_sqrt()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c127 kron = BN_kronecker(x, group->field, ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
/third_party/openssl/crypto/ec/
H A Decp_oct.c127 kron = BN_kronecker(x, group->field, ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h315 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h344 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
/third_party/openssl/include/openssl/
H A Dbn.h344 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
/third_party/openssl/test/
H A Dbntest.c1122 * We test BN_kronecker(a, b, ctx) just for b odd (Jacobi symbol). In in test_kronecker()
1123 * this case we know that if b is prime, then BN_kronecker(a, b, ctx) is in test_kronecker()
1128 * is prime but whether BN_kronecker works.) in test_kronecker()
1169 if (!TEST_int_ge(kronecker = BN_kronecker(a, b, ctx), -1)) in test_kronecker()
1171 /* we actually need BN_kronecker(a, |b|) */ in test_kronecker()

Completed in 9 milliseconds