OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bn_check_top
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn.h
708
* "internal" macro,
bn_check_top
(), for verifying that there are no leading
715
*
bn_check_top
() is as before.
717
* -
bn_check_top
() tries to pollute unused words even if the bignum 'top' is
719
* - bn_fix_top() maps to
bn_check_top
() rather than "fixing" anything.
724
* was not appropriate, we convert it permanently to
bn_check_top
() and track
765
#define
bn_check_top
(a) \
macro
775
#define bn_fix_top(a)
bn_check_top
(a)
780
#define
bn_check_top
(a)
macro
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h
708
* "internal" macro,
bn_check_top
(), for verifying that there are no leading
715
*
bn_check_top
() is as before.
717
* -
bn_check_top
() tries to pollute unused words even if the bignum 'top' is
719
* - bn_fix_top() maps to
bn_check_top
() rather than "fixing" anything.
724
* was not appropriate, we convert it permanently to
bn_check_top
() and track
765
#define
bn_check_top
(a) \
macro
775
#define bn_fix_top(a)
bn_check_top
(a)
780
#define
bn_check_top
(a)
macro
[
all
...]
/external/openssl/crypto/bn/
bn.h
708
* "internal" macro,
bn_check_top
(), for verifying that there are no leading
715
*
bn_check_top
() is as before.
717
* -
bn_check_top
() tries to pollute unused words even if the bignum 'top' is
719
* - bn_fix_top() maps to
bn_check_top
() rather than "fixing" anything.
724
* was not appropriate, we convert it permanently to
bn_check_top
() and track
765
#define
bn_check_top
(a) \
macro
775
#define bn_fix_top(a)
bn_check_top
(a)
780
#define
bn_check_top
(a)
macro
[
all
...]
/external/openssl/include/openssl/
bn.h
708
* "internal" macro,
bn_check_top
(), for verifying that there are no leading
715
*
bn_check_top
() is as before.
717
* -
bn_check_top
() tries to pollute unused words even if the bignum 'top' is
719
* - bn_fix_top() maps to
bn_check_top
() rather than "fixing" anything.
724
* was not appropriate, we convert it permanently to
bn_check_top
() and track
765
#define
bn_check_top
(a) \
macro
775
#define bn_fix_top(a)
bn_check_top
(a)
780
#define
bn_check_top
(a)
macro
[
all
...]
Completed in 56 milliseconds