Home
last modified time | relevance | path

Searched refs:BN_sqr (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DBN_add.pod5 BN_add, BN_sub, BN_mul, BN_sqr, BN_div, BN_mod, BN_nnmod, BN_mod_add,
19 int BN_sqr(BIGNUM *r, BIGNUM *a, BN_CTX *ctx);
60 BN_sqr() takes the square of I<a> and places the result in I<r>
/third_party/openssl/crypto/bn/
Dbn_mod.c207 if (!BN_sqr(t, a, ctx)) in BN_mod_mul()
224 if (!BN_sqr(r, a, ctx)) in BN_mod_sqr()
Dbn_recp.c67 if (!BN_sqr(a, x, ctx)) in BN_mod_mul_reciprocal()
Dbn_sqr.c17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr() function
Dbn_exp.c72 if (!BN_sqr(v, v, ctx)) in BN_exp()
/third_party/openssl/crypto/ec/
Decp_nist.c159 if (!BN_sqr(r, a, ctx)) in ec_GFp_nist_field_sqr()
/third_party/openssl/include/openssl/
Dbn.h233 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
/third_party/openssl/test/recipes/10-test_bn_data/
Dbnmul.txt12 # Regression test for a BN_sqr overflow bug.
16 # Regression test for a BN_sqr overflow bug.
/third_party/openssl/test/
Dbntest.c1422 if (!TEST_true(BN_sqr(ret, a, ctx)) in file_square()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h982 #define BN_sqr BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_sqr) macro
/third_party/openssl/
DCHANGES3748 *) Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect
7075 *) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there
9266 *) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there
9879 *) BN_sqr() bug fix.
/third_party/openssl/util/
Dlibcrypto.num2424 BN_sqr 2393 1_1_0 EXIST::FUNCTION: