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

  /external/openssl/crypto/rsa/
rsa_lib.c 181 ret->blinding=NULL;
244 if (r->blinding != NULL) BN_BLINDING_free(r->blinding);
319 if (rsa->blinding != NULL)
321 BN_BLINDING_free(rsa->blinding);
322 rsa->blinding=NULL;
332 if (rsa->blinding != NULL)
335 rsa->blinding = RSA_setup_blinding(rsa, ctx);
336 if (rsa->blinding == NULL)
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 180 milliseconds