/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha256-586.pl | 45 $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,4*64); # rewind [all...] |
sha256-armv4.pl | 68 ldr $t2,[$Ktbl],#4 @ *K256++ 130 .type K256,%object 132 K256: 149 .size K256,.-K256 158 sub $Ktbl,r3,#256 @ K256
|
sha256-armv4.S | 6 .type K256,%object 8 K256: 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...] |
sha256-x86_64.S | 24 leaq K256(%rip),%rbp 1761 .type K256,@object 1762 K256:
|
sha256-mips.S | 32 la $6,K256 # PIC-ified 'load address' 1979 K256:
|
/external/openssl/crypto/sha/asm/ |
sha256-586.pl | 45 $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,4*64); # rewind [all...] |
sha256-armv4.pl | 68 ldr $t2,[$Ktbl],#4 @ *K256++ 130 .type K256,%object 132 K256: 149 .size K256,.-K256 158 sub $Ktbl,r3,#256 @ K256
|
sha256-armv4.S | 6 .type K256,%object 8 K256: 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...] |
sha256-x86_64.S | 24 leaq K256(%rip),%rbp 1761 .type K256,@object 1762 K256:
|
sha256-mips.S | 32 la $6,K256 # PIC-ified 'load address' 1979 K256:
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/ |
sha256.c | 118 static const SHA_LONG K256[64] = { 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/ |
sha256.c | 118 static const SHA_LONG K256[64] = { 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/ |
sha2.c | 227 const static sha2_word32 K256[64] = { 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] + [all...] |
/external/openssh/openbsd-compat/ |
sha2.c | 180 const static u_int32_t K256[64] = { 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/ |
sha512.cc | 80 /* SHA-256 constants, K256. */ 81 static const PRUint32 K256[64] = { 287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \ [all...] |
/external/chromium_org/crypto/third_party/nss/ |
sha512.cc | 80 /* SHA-256 constants, K256. */ 81 static const PRUint32 K256[64] = { 287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \ [all...] |