Searched refs:BN_RECP_CTX (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_recp.c | 13 void BN_RECP_CTX_init(BN_RECP_CTX *recp) in BN_RECP_CTX_init() 20 BN_RECP_CTX *BN_RECP_CTX_new(void) in BN_RECP_CTX_new() 22 BN_RECP_CTX *ret; in BN_RECP_CTX_new() 35 void BN_RECP_CTX_free(BN_RECP_CTX *recp) in BN_RECP_CTX_free() 45 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) in BN_RECP_CTX_set() 56 BN_RECP_CTX *recp, BN_CTX *ctx) in BN_mod_mul_reciprocal() 85 BN_RECP_CTX *recp, BN_CTX *ctx) in BN_div_recp()
|
H A D | bn_local.h | 637 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
|
H A D | bn_exp.c | 177 BN_RECP_CTX recp; in BN_mod_exp_recp()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_recp.c | 13 void BN_RECP_CTX_init(BN_RECP_CTX *recp) in BN_RECP_CTX_init() 20 BN_RECP_CTX *BN_RECP_CTX_new(void) in BN_RECP_CTX_new() 22 BN_RECP_CTX *ret; in BN_RECP_CTX_new() 35 void BN_RECP_CTX_free(BN_RECP_CTX *recp) in BN_RECP_CTX_free() 45 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) in BN_RECP_CTX_set() 56 BN_RECP_CTX *recp, BN_CTX *ctx) in BN_mod_mul_reciprocal() 85 BN_RECP_CTX *recp, BN_CTX *ctx) in BN_div_recp()
|
H A D | bn_local.h | 637 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
|
H A D | bn_exp.c | 177 BN_RECP_CTX recp; in BN_mod_exp_recp()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 406 BN_RECP_CTX *BN_RECP_CTX_new(void); 407 void BN_RECP_CTX_free(BN_RECP_CTX *recp); 408 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx); 410 BN_RECP_CTX *recp, BN_CTX *ctx); 414 BN_RECP_CTX *recp, BN_CTX *ctx);
|
H A D | ossl_typ.h | 84 typedef struct bn_recp_ctx_st BN_RECP_CTX; typedef
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 450 BN_RECP_CTX *BN_RECP_CTX_new(void); 451 void BN_RECP_CTX_free(BN_RECP_CTX *recp); 452 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx); 454 BN_RECP_CTX *recp, BN_CTX *ctx); 458 BN_RECP_CTX *recp, BN_CTX *ctx);
|
H A D | types.h | 91 typedef struct bn_recp_ctx_st BN_RECP_CTX; typedef
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 450 BN_RECP_CTX *BN_RECP_CTX_new(void); 451 void BN_RECP_CTX_free(BN_RECP_CTX *recp); 452 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx); 454 BN_RECP_CTX *recp, BN_CTX *ctx); 458 BN_RECP_CTX *recp, BN_CTX *ctx);
|
H A D | types.h | 91 typedef struct bn_recp_ctx_st BN_RECP_CTX; typedef
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | infinite_recursion.py | 402 BN_RECP_CTX = bn_recp_ctx_st variable 2606 'BN_RECP_CTX', 'x509_lookup_st', 'uint16_t', 'pkcs7_st',
|
/third_party/openssl/test/ |
H A D | bntest.c | 260 BN_RECP_CTX *recp = NULL; in test_div_recip()
|
Completed in 17 milliseconds