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 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 */
171 void BN_BLINDING_free(BN_BLINDING *r)
183 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx)
213 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx)
218 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;
575 /* BN_BLINDING flags */
579 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
580 void BN_BLINDING_free(BN_BLINDING *b);
581 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
582 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
583 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
584 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
585 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
587 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
  /external/openssl/include/openssl/
bn.h 312 typedef struct bn_blinding_st BN_BLINDING;
575 /* BN_BLINDING flags */
579 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
580 void BN_BLINDING_free(BN_BLINDING *b);
581 int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
582 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
583 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
584 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
585 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
587 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
    [all...]
rsa.h 159 BN_BLINDING *blinding;
160 BN_BLINDING *mt_blinding;
345 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
ossl_typ.h 114 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 159 BN_BLINDING *blinding;
160 BN_BLINDING *mt_blinding;
345 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, int local, BIGNUM *f,
332 static int rsa_blinding_invert(BN_BLINDING *b, int local, BIGNUM *f,
356 BN_BLINDING *blinding = NULL;
489 BN_BLINDING *blinding = NULL;
rsa_lib.c 371 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx)
376 BN_BLINDING *ret = NULL;
  /external/openssl/crypto/
ossl_typ.h 114 typedef struct bn_blinding_st BN_BLINDING;

Completed in 164 milliseconds