Searched refs:BN_RECP_CTX_set (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_mod_mul_reciprocal.pod | 6 BN_RECP_CTX_free, BN_RECP_CTX_set - modular multiplication using 16 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *m, BN_CTX *ctx); 38 BN_RECP_CTX_set() stores B<m> in B<recp> and sets it up for computing
|
/third_party/openssl/crypto/bn/ |
D | bn_recp.c | 45 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) in BN_RECP_CTX_set() function
|
D | bn_exp.c | 203 if (BN_RECP_CTX_set(&recp, aa, ctx) <= 0) in BN_mod_exp_recp() 206 if (BN_RECP_CTX_set(&recp, m, ctx) <= 0) in BN_mod_exp_recp()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 408 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx);
|
/third_party/openssl/include/openssl/ |
D | bn.h | 452 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx);
|
/third_party/openssl/test/ |
D | bntest.c | 284 if (!(TEST_true(BN_RECP_CTX_set(recp, b, ctx)) in test_div_recip()
|
/third_party/openssl/util/ |
D | libcrypto.num | 2616 BN_RECP_CTX_set 2675 3_0_0 EXIST::FUNCTION:
|