Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_recp.c13 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 Dbn_local.h638 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
H A Dbn_exp.c168 BN_RECP_CTX recp; in BN_mod_exp_recp()
/openssl/doc/man3/
H A DBN_mod_mul_reciprocal.pod13 BN_RECP_CTX *BN_RECP_CTX_new(void);
14 void BN_RECP_CTX_free(BN_RECP_CTX *recp);
16 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *m, BN_CTX *ctx);
18 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *a, BN_RECP_CTX *recp,
22 BN_RECP_CTX *recp, BN_CTX *ctx);
46 The B<BN_RECP_CTX> structure cannot be shared between threads.
50 BN_RECP_CTX_new() returns the newly allocated B<BN_RECP_CTX>, and NULL
/openssl/include/openssl/
H A Dbn.h456 BN_RECP_CTX *BN_RECP_CTX_new(void);
457 void BN_RECP_CTX_free(BN_RECP_CTX *recp);
458 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx);
460 BN_RECP_CTX *recp, BN_CTX *ctx);
464 BN_RECP_CTX *recp, BN_CTX *ctx);
H A Dtypes.h94 typedef struct bn_recp_ctx_st BN_RECP_CTX; typedef
/openssl/util/
H A Dindent.pro106 -T BN_RECP_CTX
/openssl/test/
H A Dbntest.c278 BN_RECP_CTX *recp = NULL; in test_div_recip()

Completed in 35 milliseconds