OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GHASH_CHUNK
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
gcm128.c
577
/*
GHASH_CHUNK
is "stride parameter" missioned to mitigate cache
580
#define
GHASH_CHUNK
(3*1024)
939
#if defined(GHASH) && defined(
GHASH_CHUNK
)
940
while (len>=
GHASH_CHUNK
) {
941
size_t j=
GHASH_CHUNK
;
957
GHASH(ctx,out-
GHASH_CHUNK
,
GHASH_CHUNK
);
958
len -=
GHASH_CHUNK
;
1088
#if defined(GHASH) && defined(
GHASH_CHUNK
)
1089
while (len>=
GHASH_CHUNK
) {
[
all
...]
/external/openssl/crypto/modes/
gcm128.c
577
/*
GHASH_CHUNK
is "stride parameter" missioned to mitigate cache
580
#define
GHASH_CHUNK
(3*1024)
970
#if defined(GHASH) && defined(
GHASH_CHUNK
)
971
while (len>=
GHASH_CHUNK
) {
972
size_t j=
GHASH_CHUNK
;
994
GHASH(ctx,out-
GHASH_CHUNK
,
GHASH_CHUNK
);
995
len -=
GHASH_CHUNK
;
1149
#if defined(GHASH) && defined(
GHASH_CHUNK
)
1150
while (len>=
GHASH_CHUNK
) {
[
all
...]
Completed in 62 milliseconds