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

  /external/boringssl/src/crypto/fipsmodule/rsa/
blinding.c 129 static int bn_blinding_create_param(BN_BLINDING *b, const BIGNUM *e,
132 BN_BLINDING *BN_BLINDING_new(void) {
133 BN_BLINDING *ret = OPENSSL_malloc(sizeof(BN_BLINDING));
138 OPENSSL_memset(ret, 0, sizeof(BN_BLINDING));
160 void BN_BLINDING_free(BN_BLINDING *r) {
170 static int bn_blinding_update(BN_BLINDING *b, const BIGNUM *e,
197 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, const BIGNUM *e,
209 int BN_BLINDING_invert(BIGNUM *n, const BN_BLINDING *b, BN_MONT_CTX *mont,
216 static int bn_blinding_create_param(BN_BLINDING *b, const BIGNUM *e
    [all...]
internal.h 84 BN_BLINDING *BN_BLINDING_new(void);
85 void BN_BLINDING_free(BN_BLINDING *b);
86 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, const BIGNUM *e,
88 int BN_BLINDING_invert(BIGNUM *n, const BN_BLINDING *b, BN_MONT_CTX *mont_ctx,
rsa_impl.c 209 // RSA*. Then this limit is exceeded, BN_BLINDING objects will be created and
213 // rsa_blinding_get returns a BN_BLINDING to use with |rsa|. It does this by
214 // allocating one of the cached BN_BLINDING objects in |rsa->blindings|. If
216 // BN_BLINDING is returned.
218 // On success, the index of the assigned BN_BLINDING is written to
220 static BN_BLINDING *rsa_blinding_get(RSA *rsa, unsigned *index_used,
225 BN_BLINDING *ret = NULL;
226 BN_BLINDING **new_blindings;
249 // We didn't find a free BN_BLINDING to use so increase the length of
268 OPENSSL_malloc(sizeof(BN_BLINDING *) * (rsa->num_blindings + 1))
    [all...]
  /external/boringssl/src/include/openssl/
rsa.h 625 typedef struct bn_blinding_st BN_BLINDING;
656 // blindings is an array of BN_BLINDING structures that can be reserved by a
659 BN_BLINDING **blindings;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 377 BN_BLINDING = bn_blinding_st
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 377 BN_BLINDING = bn_blinding_st
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 377 BN_BLINDING = bn_blinding_st
    [all...]
  /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 235 milliseconds