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

  /external/openssl/crypto/rsa/
rsa_crpt.c 138 if (rsa->blinding != NULL)
140 BN_BLINDING_free(rsa->blinding);
141 rsa->blinding=NULL;
151 if (rsa->blinding != NULL)
154 rsa->blinding = RSA_setup_blinding(rsa, ctx);
155 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
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_lib.c 188 ret->blinding=NULL;
251 if (r->blinding != NULL) BN_BLINDING_free(r->blinding);
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 388 milliseconds