Searched refs:BN_kronecker (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_kron.c | 17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker() function
|
H A D | bn_sqrt.c | 198 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */ in BN_mod_sqrt()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_kron.c | 17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker() function
|
H A D | bn_sqrt.c | 198 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */ in BN_mod_sqrt()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_oct.c | 127 kron = BN_kronecker(x, group->field, ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_oct.c | 127 kron = BN_kronecker(x, group->field, ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 315 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 344 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 344 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
|
/third_party/openssl/test/ |
H A D | bntest.c | 1122 * 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