HomeSort by relevance Sort by last modified time
    Searched refs:BN_BLINDING (Results 1 - 7 of 7) 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 346 // RSA*. Then this limit is exceeded, BN_BLINDING objects will be created and
350 // rsa_blinding_get returns a BN_BLINDING to use with |rsa|. It does this by
351 // allocating one of the cached BN_BLINDING objects in |rsa->blindings|. If
353 // BN_BLINDING is returned.
355 // On success, the index of the assigned BN_BLINDING is written to
357 static BN_BLINDING *rsa_blinding_get(RSA *rsa, unsigned *index_used,
362 BN_BLINDING *ret = NULL;
363 BN_BLINDING **new_blindings;
386 // We didn't find a free BN_BLINDING to use so increase the length of
405 OPENSSL_malloc(sizeof(BN_BLINDING *) * (rsa->num_blindings + 1))
    [all...]
  /external/boringssl/src/include/openssl/
rsa.h 663 typedef struct bn_blinding_st BN_BLINDING;
    [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...]

Completed in 134 milliseconds