/external/openssl/crypto/sha/asm/ |
D | sha512-ia64.pl | 77 @Sigma1=(14,18,41); 91 @Sigma1=( 6,11,25); 220 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14) 453 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14) 459 _rotr r8=$t1,$Sigma1[1] } // ROTR(e,18) 463 _rotr r9=$t1,$Sigma1[2] } // ROTR(e,41) 519 _rotr r9=$t1,$Sigma1[0] } // ROTR(e,14) 526 _rotr r9=$t1,$Sigma1[0] } // ROTR(e,14) 537 _rotr r8=$t1,$Sigma1[1] };; // ROTR(e,18) 540 _rotr r9=$t1,$Sigma1[2] } // ROTR(e,41)
|
D | sha512-s390x.pl | 59 @Sigma1=(23,46,50); 73 @Sigma1=( 7,21,26); 90 $ROT $t0,$e,$Sigma1[0] 91 $ROT $t1,$e,$Sigma1[1] 94 $ROT $t1,$t1,`$Sigma1[2]-$Sigma1[1]`
|
D | sha256-armv4.pl | 41 @Sigma1=( 6,11,25); 60 mov $t0,$e,ror#$Sigma1[0] 62 eor $t0,$t0,$e,ror#$Sigma1[1] 64 eor $t0,$t0,$e,ror#$Sigma1[2] @ Sigma1(e)
|
D | sha512-x86_64.pl | 64 @Sigma1=(14,18,41); 76 @Sigma1=( 6,11,25); 102 ror \$$Sigma1[0],$a0 103 ror \$$Sigma1[1],$a1 107 ror \$`$Sigma1[2]-$Sigma1[1]`,$a1
|
D | sha256-armv4.s | 48 eor r0,r0,r8,ror#25 @ Sigma1(e) 78 eor r0,r0,r7,ror#25 @ Sigma1(e) 108 eor r0,r0,r6,ror#25 @ Sigma1(e) 138 eor r0,r0,r5,ror#25 @ Sigma1(e) 168 eor r0,r0,r4,ror#25 @ Sigma1(e) 198 eor r0,r0,r11,ror#25 @ Sigma1(e) 228 eor r0,r0,r10,ror#25 @ Sigma1(e) 258 eor r0,r0,r9,ror#25 @ Sigma1(e) 288 eor r0,r0,r8,ror#25 @ Sigma1(e) 318 eor r0,r0,r7,ror#25 @ Sigma1(e) [all …]
|
D | sha512-ppc.pl | 68 @Sigma1=(14,18,41); 80 @Sigma1=( 6,11,25); 124 $ROR $a0,$e,$Sigma1[0] 125 $ROR $a1,$e,$Sigma1[1] 130 $ROR $a1,$a1,`$Sigma1[2]-$Sigma1[1]`
|
D | sha512-sparcv9.pl | 61 @Sigma1=(14,18,41); 87 @Sigma1=( 6,11,25); 222 $SRL $e,@Sigma1[0],$h !! $i 224 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1 226 $SRL $e,@Sigma1[1],$tmp0 228 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1 230 $SRL $e,@Sigma1[2],$tmp0 232 $SLL $e,`$SZ*8-@Sigma1[0]`,$tmp1
|
D | sha512-armv4.s | 106 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 120 eor r10,r10,r8,lsl#23 @ Sigma1(e) 123 adc r4,r4,r10 @ T += Sigma1(e) 246 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 260 eor r10,r10,r8,lsl#23 @ Sigma1(e) 263 adc r4,r4,r10 @ T += Sigma1(e)
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
D | sha512.c | 88 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) macro 120 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in _sha512_compress() 133 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in _sha512_compress()
|
D | sha256.c | 63 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro 98 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in _sha256_compress() 110 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in _sha256_compress()
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha256-internal.c | 89 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro 120 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
/external/openssl/crypto/sha/ |
D | sha256.c | 142 #define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro 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]; \
|
D | sha512.c | 431 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro 469 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i]; in sha512_block_data_order() 483 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i]; in sha512_block_data_order() 518 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order() 530 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order() 546 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/ |
D | LongDigest.java | 209 W[t] = Sigma1(W[t - 2]) + W[t - 7] + Sigma0(W[t - 15]) + W[t - 16]; in processBlock() 322 private long Sigma1( in Sigma1() method in LongDigest
|
/external/wpa_supplicant/ |
D | sha256.c | 223 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro 254 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | sha256.c | 226 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro 257 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|