OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:K512
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/sha/asm/
sha512-sse2.pl
47
$
K512
="esi"; #
K512
[80] table, found at the end...
51
#$Kidx="ebx"; # index in
K512
table, advances from 0 to 80...
114
&paddq ("mm7",&QWP(0,$
K512
,$kidx,8)); # T1+=
K512
[i]
169
&blindpop($
K512
);
170
&lea ($
K512
,&DWP(&label("
K512
")."-".&label("pic_point"),$
K512
));
320
&set_label("
K512
"); # Yes! I keep it in the code segment
[
all
...]
/external/openssl/crypto/0.9.9-dev/sha/
sha512-armv4.pl
152
.type
K512
,%object
154
K512
:
195
.size
K512
,.-
K512
203
sub $Ktbl,r3,#640 @
K512
sha512-armv4.s
3
.type
K512
,%object
5
K512
:
46
.size
K512
,.-
K512
54
sub r14,r3,#640 @
K512
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c
259
const static sha2_word64
K512
[80] = {
679
K512
[j] + W512[j]; \
689
K512
[j] + (W512[j] = *data++); \
701
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) +
K512
[j] + \
783
T1 = h + Sigma1_512(e) + Ch(e, f, g) +
K512
[j] + W512[j];
786
T1 = h + Sigma1_512(e) + Ch(e, f, g) +
K512
[j] + (W512[j] = *data++);
809
T1 = h + Sigma1_512(e) + Ch(e, f, g) +
K512
[j] +
[
all
...]
/external/openssl/crypto/sha/
sha512.c
272
static const SHA_LONG64
K512
[80] = {
434
T1 += h + Sigma1(e) + Ch(e,f,g) +
K512
[i];
446
T1 += h + Sigma1(e) + Ch(e,f,g) +
K512
[i];
462
T1 += h + Sigma1(e) + Ch(e,f,g) +
K512
[i]; \
Completed in 1588 milliseconds