Home
last modified time | relevance | path

Searched refs:K256 (Results 1 – 8 of 8) sorted by relevance

/external/openssl/crypto/sha/asm/
Dsha256-586.pl45 $K256="ebp";
89 &mov ("esi",&DWP(0,$K256));
92 &add ($K256,4);
107 &blindpop($K256);
108 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
221 &sub ($K256,4*64); # rewind K
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++
269 ldr r12,[r14],#4 @ *K256++
[all …]
Dsha256-armv4.pl68 ldr $t2,[$Ktbl],#4 @ *K256++
Dsha256-mips.s33 la $6,K256 # PIC-ified 'load address'
1980 K256: label
/external/openssl/crypto/sha/
Dsha256.c118 static const SHA_LONG K256[64] = { variable
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
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]; in SHA256_Transform()
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
/external/openssh/openbsd-compat/
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]; in SHA256_Transform()
419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
/external/chromium/crypto/third_party/nss/
Dsha512.cc81 static const PRUint32 K256[64] = { variable
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \ in SHA256_Compress()