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

  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa_impl.c 304 static void rsa_blinding_release(RSA *rsa, BN_BLINDING *blinding,
307 // This blinding wasn't cached.
308 BN_BLINDING_free(blinding);
537 BN_BLINDING *blinding = NULL; local
571 // We cannot do blinding or verification without |e|, and continuing without
580 blinding = rsa_blinding_get(rsa, &blinding_index, ctx);
581 if (blinding == NULL) {
585 if (!BN_BLINDING_convert(f, blinding, rsa->e, rsa->mont_n, ctx)) {
621 !BN_BLINDING_invert(result, blinding, rsa->mont_n, ctx)) {
637 if (blinding != NULL)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
example_test.go 39 // crypto/rand.Reader is a good source of entropy for blinding the RSA
89 // crypto/rand.Reader is a good source of entropy for blinding the RSA
154 // crypto/rand.Reader is a good source of entropy for blinding the RSA
pkcs1v15.go 65 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
87 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
221 // If rand is not nil then RSA blinding will be used to avoid timing
rsa_test.go 261 // Decrypt with blinding.
rsa.go 479 // random source is given, RSA blinding is used.
492 // Blinding enabled. Blinding involves multiplying c by r^e.
581 // and avoid timing side-channel attacks. Blinding is purely internal to this
  /prebuilts/go/linux-x86/src/crypto/rsa/
example_test.go 39 // crypto/rand.Reader is a good source of entropy for blinding the RSA
89 // crypto/rand.Reader is a good source of entropy for blinding the RSA
154 // crypto/rand.Reader is a good source of entropy for blinding the RSA
pkcs1v15.go 65 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
87 // If rand != nil, it uses RSA blinding to avoid timing side-channel attacks.
221 // If rand is not nil then RSA blinding will be used to avoid timing
rsa_test.go 261 // Decrypt with blinding.
rsa.go 479 // random source is given, RSA blinding is used.
492 // Blinding enabled. Blinding involves multiplying c by r^e.
581 // and avoid timing side-channel attacks. Blinding is purely internal to this
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 332 // Rand provides the source of entropy for nonces and RSA blinding.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 332 // Rand provides the source of entropy for nonces and RSA blinding.
    [all...]
  /external/boringssl/src/ssl/test/runner/
common.go 333 // Rand provides the source of entropy for nonces and RSA blinding.
    [all...]

Completed in 335 milliseconds