OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_not_const
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bn/
bn.h
758
BN_ULONG *
_not_const
; \
759
memcpy(&
_not_const
, &_bnum1->d, sizeof(BN_ULONG*)); \
761
memset((unsigned char *)(
_not_const
+ _bnum1->top), _tmp_char, \
[
all
...]
/external/openssl/include/openssl/
bn.h
758
BN_ULONG *
_not_const
; \
759
memcpy(&
_not_const
, &_bnum1->d, sizeof(BN_ULONG*)); \
761
memset((unsigned char *)(
_not_const
+ _bnum1->top), _tmp_char, \
[
all
...]
Completed in 169 milliseconds