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

  /external/chromium_org/third_party/boringssl/src/crypto/rsa/
rsa_impl.c 313 static void rsa_blinding_release(RSA *rsa, BN_BLINDING *blinding,
316 /* This blinding wasn't cached. */
317 BN_BLINDING_free(blinding);
550 BN_BLINDING *blinding = NULL; local
577 blinding = rsa_blinding_get(rsa, &blinding_index, ctx);
578 if (blinding == NULL) {
582 if (!BN_BLINDING_convert_ex(f, NULL, blinding, ctx)) {
613 if (blinding) {
614 if (!BN_BLINDING_invert_ex(result, NULL, blinding, ctx)) {
631 if (blinding != NULL)
    [all...]
  /external/openssl/crypto/rsa/
rsa_eay.c 263 if (rsa->blinding == NULL)
269 if (rsa->blinding == NULL)
270 rsa->blinding = RSA_setup_blinding(rsa, ctx);
273 ret = rsa->blinding;
280 /* rsa->blinding is ours! */
290 * require locks, and that the blinding factor must be
321 /* Local blinding: store the unblinding factor
326 /* Shared blinding: store the unblinding factor
339 /* For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
344 * In both cases it's safe to access the blinding without a lock
362 BN_BLINDING *blinding = NULL; local
505 BN_BLINDING *blinding = NULL; local
    [all...]
rsa.h 159 BN_BLINDING *blinding; member in struct:rsa_st
195 * RSA implementation now uses blinding by
  /external/openssl/include/openssl/
rsa.h 159 BN_BLINDING *blinding; member in struct:rsa_st
195 * RSA implementation now uses blinding by

Completed in 92 milliseconds