| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BN_mod_mul_reciprocal.pod | 13 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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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 | 662 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
|
| H A D | bn_exp.c | 182 BN_RECP_CTX recp; in BN_mod_exp_recp()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | BN_mod_mul_reciprocal.pod | 13 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, 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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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 | 181 BN_RECP_CTX recp; in BN_mod_exp_recp()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/tests/crypto/libcrypto/bn/div/ |
| H A D | divtest.c | 27 BN_RECP_CTX *recp = BN_RECP_CTX_new(); in main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | indent.pro | 106 -T BN_RECP_CTX
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | indent.pro | 107 -T BN_RECP_CTX
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | bntest.c | 260 BN_RECP_CTX *recp = NULL; in test_div_recip()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | bntest.c | 264 BN_RECP_CTX *recp = NULL; in test_div_recip()
|