Searched refs:BN_mod_sqrt (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/lib/libcrypto/hidden/openssl/ |
H A D | bn.h | 116 LCRYPTO_USED(BN_mod_sqrt);
|
/openbsd-src/lib/libcrypto/bn/ |
H A D | bn_mod_sqrt.c | 703 BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt() function 723 LCRYPTO_ALIAS(BN_mod_sqrt);
|
H A D | bn.h | 411 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
|
/openbsd-src/lib/libcrypto/man/ |
H A D | Makefile | 77 BN_mod_sqrt.3 \
|
/openbsd-src/lib/libcrypto/ec/ |
H A D | ecp_oct.c |
|
/openbsd-src/regress/lib/libcrypto/bn/ |
H A D | bn_mod_sqrt.c | 26 * omitted, .a does not have a square root and BN_mod_sqrt() fails. 2857 if (BN_mod_sqrt(got, a, p, ctx) == NULL) { in mod_sqrt_test() 2860 fprintf(stderr, "BN_mod_sqrt(%s, %s) failed\n", in mod_sqrt_test() 4462 if (BN_mod_sqrt(got, a, p, ctx) == NULL) { in bn_mod_sqrt_p_is_1_mod_8_test()
|
H A D | bn_test.c | 272 message(out, "BN_mod_sqrt"); in main() 1614 if (!BN_mod_sqrt(r, a, p, ctx)) in test_sqrt() 1623 fprintf(stderr, "BN_mod_sqrt failed: a = "); in test_sqrt()
|
/openbsd-src/lib/libcrypto/ |
H A D | Symbols.list | 417 BN_mod_sqrt
|