OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blinding
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/include/openssl/
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 48 milliseconds