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

  /external/openssl/crypto/bn/
bn_blind.c 134 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, /* const */ 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));
155 /* save a copy of mod in the BN_BLINDING structure */
167 void BN_BLINDING_free(BN_BLINDING *r)
179 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
209 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
214 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx
    [all...]
bn.h 282 typedef struct bn_blinding_st BN_BLINDING;
559 /* BN_BLINDING flags */
563 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, /* const */ BIGNUM *mod);
564 void BN_BLINDING_free(BN_BLINDING *b);
565 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
566 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
567 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
568 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
569 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
570 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
  /external/openssl/include/openssl/
bn.h 282 typedef struct bn_blinding_st BN_BLINDING;
559 /* BN_BLINDING flags */
563 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, /* const */ BIGNUM *mod);
564 void BN_BLINDING_free(BN_BLINDING *b);
565 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
566 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
567 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
568 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
569 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
570 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
rsa.h 177 BN_BLINDING *blinding;
178 BN_BLINDING *mt_blinding;
349 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
ossl_typ.h 112 typedef struct bn_blinding_st BN_BLINDING;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 281 typedef struct bn_blinding_st BN_BLINDING;
536 /* BN_BLINDING flags */
540 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
541 void BN_BLINDING_free(BN_BLINDING *b);
542 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
543 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
544 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
545 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
546 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
547 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
  /external/openssl/crypto/rsa/
rsa.h 177 BN_BLINDING *blinding;
178 BN_BLINDING *mt_blinding;
349 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
rsa_lib.c 167 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)
172 BN_BLINDING *ret = NULL;
rsa_eay.c 255 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx)
257 BN_BLINDING *ret;
287 * that the BN_BLINDING is shared, meaning that accesses
289 * stored outside the BN_BLINDING
315 static int rsa_blinding_convert(BN_BLINDING *b, int local, BIGNUM *f,
330 static int rsa_blinding_invert(BN_BLINDING *b, int local, BIGNUM *f,
354 BN_BLINDING *blinding = NULL;
487 BN_BLINDING *blinding = NULL;
  /external/openssl/crypto/
ossl_typ.h 112 typedef struct bn_blinding_st BN_BLINDING;

Completed in 216 milliseconds