Searched refs:K256 (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
H A Dsha256-586.pl45 $K256="ebp";
89 &mov ("esi",&DWP(0,$K256));
92 &add ($K256,4);
95 &add ($E,"esi"); # d += K256[i]
96 &add ($A,"esi"); # h += K256[i]
107 &blindpop($K256);
108 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
221 &sub ($K256,
[all...]
H A Dsha256-armv4.pl68 ldr $t2,[$Ktbl],#4 @ *K256++
130 .type K256,%object
132 K256: label
149 .size K256,.-K256
158 sub $Ktbl,r3,#256 @ K256
H A Dsha256-armv4.S6 .type K256,%object
8 K256: label
25 .size K256,.-K256
34 sub r14,r3,#256 @ K256
49 ldr r12,[r14],#4 @ *K256++
93 ldr r12,[r14],#4 @ *K256++
137 ldr r12,[r14],#4 @ *K256++
181 ldr r12,[r14],#4 @ *K256++
225 ldr r12,[r14],#4 @ *K256
[all...]
H A Dsha512-ia64.pl88 $TABLE="K256";
607 .type K256#,\@object
608 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
624 .size K256#,$SZ*$rounds
H A Dsha256-x86_64.S24 leaq K256(%rip),%rbp
1761 .type K256,@object
1762 K256: label
H A Dsha256-mips.S32 la $6,K256 # PIC-ified 'load address'
1979 K256: label
/external/openssl/crypto/sha/asm/
H A Dsha256-586.pl45 $K256="ebp";
89 &mov ("esi",&DWP(0,$K256));
92 &add ($K256,4);
95 &add ($E,"esi"); # d += K256[i]
96 &add ($A,"esi"); # h += K256[i]
107 &blindpop($K256);
108 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
221 &sub ($K256,
[all...]
H A Dsha256-armv4.pl68 ldr $t2,[$Ktbl],#4 @ *K256++
130 .type K256,%object
132 K256: label
149 .size K256,.-K256
158 sub $Ktbl,r3,#256 @ K256
H A Dsha256-armv4.S6 .type K256,%object
8 K256: label
25 .size K256,.-K256
34 sub r14,r3,#256 @ K256
49 ldr r12,[r14],#4 @ *K256++
93 ldr r12,[r14],#4 @ *K256++
137 ldr r12,[r14],#4 @ *K256++
181 ldr r12,[r14],#4 @ *K256++
225 ldr r12,[r14],#4 @ *K256
[all...]
H A Dsha512-ia64.pl88 $TABLE="K256";
607 .type K256#,\@object
608 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
624 .size K256#,$SZ*$rounds
H A Dsha256-x86_64.S24 leaq K256(%rip),%rbp
1761 .type K256,@object
1762 K256: label
H A Dsha256-mips.S32 la $6,K256 # PIC-ified 'load address'
1979 K256: label
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
H A Dsha256.c118 static const SHA_LONG K256[64] = { variable
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/external/openssl/crypto/sha/
H A Dsha256.c118 static const SHA_LONG K256[64] = { variable
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c227 const static sha2_word32 K256[64] = { variable
352 K256[j] + W256[j]; \
362 K256[j] + (W256[j] = *data++); \
374 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
461 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/external/openssh/openbsd-compat/
H A Dsha2.c180 const static u_int32_t K256[64] = { variable
299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
310 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/external/chromium/crypto/third_party/nss/
H A Dsha512.cc80 /* SHA-256 constants, K256. */
81 static const PRUint32 K256[64] = { variable
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \
/external/chromium_org/crypto/third_party/nss/
H A Dsha512.cc80 /* SHA-256 constants, K256. */
81 static const PRUint32 K256[64] = { variable
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \

Completed in 899 milliseconds