HomeSort by relevance Sort by last modified time
    Searched refs:BN_BLINDING (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_blind.c 137 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod)
139 BN_BLINDING *ret=NULL;
143 if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL)
148 memset(ret,0,sizeof(BN_BLINDING));
158 /* save a copy of mod in the BN_BLINDING structure */
174 void BN_BLINDING_free(BN_BLINDING *r)
186 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
219 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
224 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx
    [all...]
bn.h 312 typedef struct bn_blinding_st BN_BLINDING;
586 /* BN_BLINDING flags */
590 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
591 void BN_BLINDING_free(BN_BLINDING *b);
592 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
593 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
594 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
595 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
596 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
598 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
  /external/openssl/crypto/bn/
bn_blind.c 137 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod)
139 BN_BLINDING *ret=NULL;
143 if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL)
148 memset(ret,0,sizeof(BN_BLINDING));
158 /* save a copy of mod in the BN_BLINDING structure */
174 void BN_BLINDING_free(BN_BLINDING *r)
186 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
219 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
224 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx
    [all...]
bn.h 312 typedef struct bn_blinding_st BN_BLINDING;
586 /* BN_BLINDING flags */
590 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
591 void BN_BLINDING_free(BN_BLINDING *b);
592 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
593 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
594 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
595 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
596 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
598 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h 312 typedef struct bn_blinding_st BN_BLINDING;
586 /* BN_BLINDING flags */
590 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
591 void BN_BLINDING_free(BN_BLINDING *b);
592 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
593 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
594 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
595 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
596 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
598 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
rsa.h 159 BN_BLINDING *blinding;
160 BN_BLINDING *mt_blinding;
378 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
ossl_typ.h 116 typedef struct bn_blinding_st BN_BLINDING;
  /external/openssl/include/openssl/
bn.h 312 typedef struct bn_blinding_st BN_BLINDING;
586 /* BN_BLINDING flags */
590 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
591 void BN_BLINDING_free(BN_BLINDING *b);
592 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
593 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
594 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
595 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
596 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
598 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
rsa.h 159 BN_BLINDING *blinding;
160 BN_BLINDING *mt_blinding;
378 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
ossl_typ.h 116 typedef struct bn_blinding_st BN_BLINDING;
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_crpt.c 190 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)
195 BN_BLINDING *ret = NULL;
rsa.h 159 BN_BLINDING *blinding;
160 BN_BLINDING *mt_blinding;
378 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
rsa_eay.c 255 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx)
257 BN_BLINDING *ret;
289 * that the BN_BLINDING is shared, meaning that accesses
291 * stored outside the BN_BLINDING
317 static int rsa_blinding_convert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
322 * in BN_BLINDING. */
327 * outside BN_BLINDING. */
336 static int rsa_blinding_invert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
340 * will use the unblinding factor stored in BN_BLINDING.
341 * If BN_BLINDING is shared between threads, unblind must be non-null
    [all...]
  /external/openssl/crypto/rsa/
rsa_crpt.c 190 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)
195 BN_BLINDING *ret = NULL;
rsa.h 159 BN_BLINDING *blinding;
160 BN_BLINDING *mt_blinding;
378 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
rsa_eay.c 255 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx)
257 BN_BLINDING *ret;
289 * that the BN_BLINDING is shared, meaning that accesses
291 * stored outside the BN_BLINDING
317 static int rsa_blinding_convert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
322 * in BN_BLINDING. */
327 * outside BN_BLINDING. */
336 static int rsa_blinding_invert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind,
340 * will use the unblinding factor stored in BN_BLINDING.
341 * If BN_BLINDING is shared between threads, unblind must be non-null
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
ossl_typ.h 116 typedef struct bn_blinding_st BN_BLINDING;
  /external/openssl/crypto/
ossl_typ.h 116 typedef struct bn_blinding_st BN_BLINDING;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 377 BN_BLINDING = bn_blinding_st
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 377 BN_BLINDING = bn_blinding_st
    [all...]

Completed in 1160 milliseconds