Searched refs:BN_BLINDING (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_blind.c63 BN_BLINDING *BN_BLINDING_new(BIGNUM *A, BIGNUM *Ai, BIGNUM *mod)
65 BN_BLINDING *ret=NULL;
70 if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL)
75 memset(ret,0,sizeof(BN_BLINDING));
87 void BN_BLINDING_free(BN_BLINDING *r)
97 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
115 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
127 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
H A Dbn.h253 } BN_BLINDING; typedef in typeref:struct:bn_blinding_st
438 BN_BLINDING *BN_BLINDING_new(BIGNUM *A,BIGNUM *Ai,BIGNUM *mod);
439 void BN_BLINDING_free(BN_BLINDING *b);
440 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
441 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *r, BN_CTX *ctx);
442 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c134 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod)
136 BN_BLINDING *ret=NULL;
140 if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL)
145 memset(ret,0,sizeof(BN_BLINDING));
162 void BN_BLINDING_free(BN_BLINDING *r)
173 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
203 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
208 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx)
230 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *
[all...]
H A Dbn.h272 typedef struct bn_blinding_st BN_BLINDING;
533 /* BN_BLINDING flags */
537 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
538 void BN_BLINDING_free(BN_BLINDING *b);
539 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
540 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
541 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
542 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
543 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
544 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h272 typedef struct bn_blinding_st BN_BLINDING;
533 /* BN_BLINDING flags */
537 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
538 void BN_BLINDING_free(BN_BLINDING *b);
539 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
540 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
541 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
542 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
543 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
544 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
[all...]
H A Drsa.h158 BN_BLINDING *blinding;
159 BN_BLINDING *mt_blinding;
302 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
H A Dossl_typ.h109 typedef struct bn_blinding_st BN_BLINDING; typedef in typeref:struct:bn_blinding_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h253 } BN_BLINDING; typedef in typeref:struct:bn_blinding_st
438 BN_BLINDING *BN_BLINDING_new(BIGNUM *A,BIGNUM *Ai,BIGNUM *mod);
439 void BN_BLINDING_free(BN_BLINDING *b);
440 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
441 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *r, BN_CTX *ctx);
442 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
H A Drsa.h154 BN_BLINDING *blinding;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_eay.c263 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx)
265 BN_BLINDING *ret;
295 * that the BN_BLINDING is shared, meaning that accesses
297 * stored outside the BN_BLINDING
323 static int rsa_blinding_convert(BN_BLINDING *b, int local, BIGNUM *f,
338 static int rsa_blinding_invert(BN_BLINDING *b, int local, BIGNUM *f,
362 BN_BLINDING *blinding = NULL;
493 BN_BLINDING *blinding = NULL;
H A Drsa.h158 BN_BLINDING *blinding;
159 BN_BLINDING *mt_blinding;
302 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
H A Drsa_lib.c362 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)
366 BN_BLINDING *ret = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h281 } BN_BLINDING; typedef in typeref:struct:bn_blinding_st
462 BN_BLINDING *BN_BLINDING_new(BIGNUM *A, BIGNUM *Ai, BIGNUM *mod);
463 void BN_BLINDING_free(BN_BLINDING *b);
464 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx);
465 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *r, BN_CTX *ctx);
466 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dossl_typ.h109 typedef struct bn_blinding_st BN_BLINDING; typedef in typeref:struct:bn_blinding_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_eay.c214 static BN_BLINDING *setup_blinding(RSA *rsa, BN_CTX *ctx)
217 BN_BLINDING *ret = NULL;
257 BN_BLINDING *blinding = NULL;
298 * But the BN_BLINDING object may be owned by some other thread
374 BN_BLINDING *blinding = NULL;
410 * But the BN_BLINDING object may be owned by some other thread
H A Drsa.h154 BN_BLINDING *blinding;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/rsa/
H A Dfips_rsa_eay.c222 static BN_BLINDING *setup_blinding(RSA *rsa, BN_CTX *ctx)
225 BN_BLINDING *ret = NULL;
265 BN_BLINDING *blinding = NULL;
306 * But the BN_BLINDING object may be owned by some other thread
382 BN_BLINDING *blinding = NULL;
418 * But the BN_BLINDING object may be owned by some other thread

Completed in 190 milliseconds