Searched refs:BN_CTX (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dec.h143 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
144 int EC_GROUP_get_cofactor(const EC_GROUP *, BIGNUM *cofactor, BN_CTX *);
159 int EC_GROUP_set_curve_GFp(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
160 int EC_GROUP_get_curve_GFp(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
161 int EC_GROUP_set_curve_GF2m(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
162 int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
168 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
171 int EC_GROUP_check_discriminant(const EC_GROUP *, BN_CTX *);
174 int EC_GROUP_cmp(const EC_GROUP *, const EC_GROUP *, BN_CTX *);
178 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
[all...]
H A Dbn.h377 BN_CTX *BN_CTX_new2(void);
379 void BN_CTX_init2(BN_CTX *c);
381 void BN_CTX_free2(BN_CTX *c);
382 void BN_CTX_start2(BN_CTX *ctx);
383 BIGNUM *BN_CTX_get2(BN_CTX *ctx);
384 void BN_CTX_end2(BN_CTX *ctx);
404 int BN_mul2(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
405 int BN_sqr2(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
412 BN_CTX *ctx);
414 int BN_nnmod2(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ct
[all...]
H A Ddsa.h114 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
119 BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx,
122 const BIGNUM *m, BN_CTX *ctx,
195 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
H A Decdsa.h183 * \param ctx pointer to a BN_CTX object (may be NULL)
188 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
H A Drsa.h100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
102 const BIGNUM *m, BN_CTX *ctx,
289 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
291 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
H A Dossl_typ.h108 typedef struct bignum_ctx BN_CTX; typedef in typeref:struct:bignum_ctx
H A Dpq_compat.h81 #define PQ_64BIT_CTX BN_CTX
H A Ddh.h100 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h262 typedef struct bignum_ctx BN_CTX; typedef in typeref:struct:bignum_ctx
338 BN_CTX *BN_CTX_new(void);
339 void BN_CTX_init(BN_CTX *c);
340 void BN_CTX_free(BN_CTX *c);
341 void BN_CTX_start(BN_CTX *ctx);
342 BIGNUM *BN_CTX_get(BN_CTX *ctx);
343 void BN_CTX_end(BN_CTX *ctx);
363 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
364 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
367 BN_CTX *ct
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h262 typedef struct bignum_ctx BN_CTX; typedef in typeref:struct:bignum_ctx
338 BN_CTX *BN_CTX_new(void);
339 void BN_CTX_init(BN_CTX *c);
340 void BN_CTX_free(BN_CTX *c);
341 void BN_CTX_start(BN_CTX *ctx);
342 BIGNUM *BN_CTX_get(BN_CTX *ctx);
343 void BN_CTX_end(BN_CTX *ctx);
363 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
364 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
367 BN_CTX *ct
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h243 typedef struct bignum_ctx BN_CTX; typedef in typeref:struct:bignum_ctx
316 BN_CTX *BN_CTX_new(void);
317 void BN_CTX_init(BN_CTX *c);
318 void BN_CTX_free(BN_CTX *c);
319 void BN_CTX_start(BN_CTX *ctx);
320 BIGNUM *BN_CTX_get(BN_CTX *ctx);
321 void BN_CTX_end(BN_CTX *ctx);
341 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
342 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
345 BN_CTX *ct
[all...]
H A Ddsa.h99 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
104 BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx,
107 const BIGNUM *m, BN_CTX *ctx,
176 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
H A Drsa.h98 const BIGNUM *m, BN_CTX *ctx,
250 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
H A Ddh.h87 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,

Completed in 71 milliseconds