Searched refs:K256 (Results 1 – 8 of 8) sorted by relevance
/external/openssl/crypto/sha/asm/ |
D | sha256-586.pl | 45 $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
|
D | sha256-armv4.s | 6 .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 …]
|
D | sha256-armv4.pl | 68 ldr $t2,[$Ktbl],#4 @ *K256++
|
D | sha256-mips.s | 33 la $6,K256 # PIC-ified 'load address' 1980 K256: label
|
/external/openssl/crypto/sha/ |
D | sha256.c | 118 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/ |
D | sha2.c | 227 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/ |
D | sha2.c | 180 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/ |
D | sha512.cc | 81 static const PRUint32 K256[64] = { variable 287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \ in SHA256_Compress()
|