OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENSSL_U64
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/
internal.h
136
#define
OPENSSL_U64
(x) x##UI64
140
#define
OPENSSL_U64
(x) x##UL
142
#define
OPENSSL_U64
(x) x##ULL
/external/chromium_org/third_party/boringssl/src/crypto/sha/
sha512.c
97
sha->h[0] =
OPENSSL_U64
(0xcbbb9d5dc1059ed8);
98
sha->h[1] =
OPENSSL_U64
(0x629a292a367cd507);
99
sha->h[2] =
OPENSSL_U64
(0x9159015a3070dd17);
100
sha->h[3] =
OPENSSL_U64
(0x152fecd8f70e5939);
101
sha->h[4] =
OPENSSL_U64
(0x67332667ffc00b31);
102
sha->h[5] =
OPENSSL_U64
(0x8eb44a8768581511);
103
sha->h[6] =
OPENSSL_U64
(0xdb0c2e0d64f98fa7);
104
sha->h[7] =
OPENSSL_U64
(0x47b5481dbefa4fa4);
115
sha->h[0] =
OPENSSL_U64
(0x6a09e667f3bcc908);
116
sha->h[1] =
OPENSSL_U64
(0xbb67ae8584caa73b)
[
all
...]
/external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c
77
uint64_t T =
OPENSSL_U64
(0xe100000000000000) & (0 - (V.lo & 1)); \
546
if (alen > (
OPENSSL_U64
(1) << 61) || (sizeof(len) == 8 && alen < len)) {
612
if (mlen > ((
OPENSSL_U64
(1) << 36) - 32) ||
772
if (mlen > ((
OPENSSL_U64
(1) << 36) - 32) ||
938
if (mlen > ((
OPENSSL_U64
(1) << 36) - 32) ||
1048
if (mlen > ((
OPENSSL_U64
(1) << 36) - 32) ||
Completed in 1435 milliseconds