Home
last modified time | relevance | path

Searched refs:BN_mod_sqrt (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/lib/libcrypto/hidden/openssl/
H A Dbn.h116 LCRYPTO_USED(BN_mod_sqrt);
/openbsd-src/lib/libcrypto/bn/
H A Dbn_mod_sqrt.c703 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 Dbn.h411 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
/openbsd-src/lib/libcrypto/man/
H A DMakefile77 BN_mod_sqrt.3 \
/openbsd-src/lib/libcrypto/ec/
H A Decp_oct.c
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_mod_sqrt.c26 * 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 Dbn_test.c272 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 DSymbols.list417 BN_mod_sqrt