Searched refs:BN_sqr (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_add.pod | 5 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/ |
D | bn_mod.c | 207 if (!BN_sqr(t, a, ctx)) in BN_mod_mul() 224 if (!BN_sqr(r, a, ctx)) in BN_mod_sqr()
|
D | bn_recp.c | 67 if (!BN_sqr(a, x, ctx)) in BN_mod_mul_reciprocal()
|
D | bn_sqr.c | 17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr() function
|
D | bn_exp.c | 72 if (!BN_sqr(v, v, ctx)) in BN_exp()
|
/third_party/openssl/crypto/ec/ |
D | ecp_nist.c | 159 if (!BN_sqr(r, a, ctx)) in ec_GFp_nist_field_sqr()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 233 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
|
/third_party/openssl/test/recipes/10-test_bn_data/ |
D | bnmul.txt | 12 # Regression test for a BN_sqr overflow bug. 16 # Regression test for a BN_sqr overflow bug.
|
/third_party/openssl/test/ |
D | bntest.c | 1422 if (!TEST_true(BN_sqr(ret, a, ctx)) in file_square()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 982 #define BN_sqr BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_sqr) macro
|
/third_party/openssl/ |
D | CHANGES | 3748 *) 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/ |
D | libcrypto.num | 2424 BN_sqr 2393 1_1_0 EXIST::FUNCTION:
|