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

  /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
356 BN_BLINDING *blinding = NULL; local
400 blinding = rsa_get_blinding(rsa, &local_blinding, ctx);
401 if (blinding == NULL)
408 if (blinding != NULL
489 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 54 milliseconds