OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnP_width
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Modules/_sha3/kcp/
KeccakSponge.c
27
#define
SnP_width
200
35
#undef
SnP_width
45
#define
SnP_width
400
53
#undef
SnP_width
63
#define
SnP_width
800
71
#undef
SnP_width
81
#define
SnP_width
1600
89
#undef
SnP_width
KeccakSponge.inc
42
if (rate+capacity !=
SnP_width
)
44
if ((rate <= 0) || (rate >
SnP_width
) || ((rate % 8) != 0))
57
if (((rateInBytes % (
SnP_width
/200)) == 0) && (inputByteLen >= rateInBytes)) {
61
j = SnP_FastLoop_Absorb(state, rateInBytes/(
SnP_width
/200), curInput, inputByteLen);
105
unsigned char block[
SnP_width
/8];
106
memset(block, 0,
SnP_width
/8);
145
if (rate+capacity !=
SnP_width
)
147
if ((rate <= 0) || (rate >
SnP_width
) || ((rate % 8) != 0))
178
if ((rateInBytes % (
SnP_width
/200)) == 0) {
181
j = SnP_FastLoop_Absorb(instance->state, rateInBytes/(
SnP_width
/200), curData, dataByteLen - i)
[
all
...]
Completed in 596 milliseconds