HomeSort by: relevance | last modified time | path
    Searched defs:blinding (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_local.h 96 BN_BLINDING *blinding; member in struct:rsa_st
rsa_ossl.c 217 if (rsa->blinding == NULL) {
227 if (rsa->blinding == NULL)
228 rsa->blinding = RSA_setup_blinding(rsa, ctx);
231 ret = rsa->blinding;
236 /* rsa->blinding is ours! */
245 * that the blinding factor must be stored outside the BN_BLINDING
269 * Local blinding: store the unblinding factor in BN_BLINDING.
274 * Shared blinding: store the unblinding factor outside BN_BLINDING.
292 * For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
297 * to access the blinding without a lock
318 BN_BLINDING *blinding = NULL; local
530 BN_BLINDING *blinding = NULL; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rsa-ltm.c 295 int blinding = (rsa->flags & RSA_FLAG_NO_BLINDING) == 0; local
334 if (blinding) {
395 int blinding = (rsa->flags & RSA_FLAG_NO_BLINDING) == 0; local
422 if (blinding) {
rsa.h 128 void *blinding; member in struct:RSA
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_local.h 96 BN_BLINDING *blinding; member in struct:rsa_st
rsa_ossl.c 169 if (rsa->blinding == NULL) {
170 rsa->blinding = RSA_setup_blinding(rsa, ctx);
173 ret = rsa->blinding;
178 /* rsa->blinding is ours! */
187 * that the blinding factor must be stored outside the BN_BLINDING
207 * Local blinding: store the unblinding factor in BN_BLINDING.
212 * Shared blinding: store the unblinding factor outside BN_BLINDING.
230 * For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
235 * to access the blinding without a lock.
251 * Used only if the blinding structure is shared. A non-NULL unblin
256 BN_BLINDING *blinding = NULL; local
388 BN_BLINDING *blinding = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_local.h 63 BN_BLINDING *blinding; member in struct:rsa_st
rsa_ossl.c 163 if (rsa->blinding == NULL) {
164 rsa->blinding = RSA_setup_blinding(rsa, ctx);
167 ret = rsa->blinding;
172 /* rsa->blinding is ours! */
181 * that the blinding factor must be stored outside the BN_BLINDING
201 * Local blinding: store the unblinding factor in BN_BLINDING.
206 * Shared blinding: store the unblinding factor outside BN_BLINDING.
222 * For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex
227 * to access the blinding without a lock.
242 * Used only if the blinding structure is shared. A non-NULL unblin
247 BN_BLINDING *blinding = NULL; local
381 BN_BLINDING *blinding = NULL; local
    [all...]

Completed in 69 milliseconds