Searched refs:K_00_19 (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/sha/asm/ |
D | sha1-ia64.pl | 43 ($K_00_19, $K_20_39, $K_40_59, $K_60_79) = 51 ($K_00_19, $K_20_39, $K_40_59, $K_60_79) = 78 { .mmi; add $e=$e,$K_00_19 // e+=K_00_19 101 { .mmi; add $e=$e,$K_00_19 // e+=K_00_19 130 { .mib; add $e=$e,$K_00_19 // e+=K_00_19 259 movl $K_00_19=0x5a827999 }
|
D | sha1-sparcv9.pl | 48 $K_00_19="%l5"; 52 @K=($K_00_19,$K_20_39,$K_40_59,$K_60_79); 300 sethi %hi(0x5a827999),$K_00_19 301 or $K_00_19,%lo(0x5a827999),$K_00_19
|
/third_party/boringssl/src/crypto/fipsmodule/sha/ |
D | sha1-altivec.c | 89 #define K_00_19 0x5a827999UL macro 95 static const vec_uint32_t K_00_19_x_4 = {K_00_19, K_00_19, K_00_19, K_00_19}; 350 #undef K_00_19
|
D | sha1.c | 124 #define K_00_19 0x5a827999UL macro 141 (f) = (xi) + (e) + K_00_19 + ROTATE((a), 5) + F_00_19((b), (c), (d)); \ 148 (f) += (e) + K_00_19 + ROTATE((a), 5) + F_00_19((b), (c), (d)); \ 355 #undef K_00_19
|
/third_party/openssl/crypto/sha/ |
D | sha_local.h | 64 #define K_00_19 0x5a827999UL macro 85 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \ 90 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \ 341 T=E+K_00_19+F_00_19(B,C,D); \ 347 T+=E+K_00_19+F_00_19(B,C,D); \
|
D | sha1-armv4-large.S | 44 add r7,r8,r7,ror#2 @ E+=K_00_19 53 add r7,r8,r7,ror#2 @ E+=K_00_19 69 add r6,r8,r6,ror#2 @ E+=K_00_19 78 add r6,r8,r6,ror#2 @ E+=K_00_19 94 add r5,r8,r5,ror#2 @ E+=K_00_19 103 add r5,r8,r5,ror#2 @ E+=K_00_19 119 add r4,r8,r4,ror#2 @ E+=K_00_19 128 add r4,r8,r4,ror#2 @ E+=K_00_19 144 add r3,r8,r3,ror#2 @ E+=K_00_19 153 add r3,r8,r3,ror#2 @ E+=K_00_19 [all …]
|
/third_party/boringssl/linux-arm/crypto/fipsmodule/ |
D | sha1-armv4-large.S | 60 add r7,r8,r7,ror#2 @ E+=K_00_19 69 add r7,r8,r7,ror#2 @ E+=K_00_19 85 add r6,r8,r6,ror#2 @ E+=K_00_19 94 add r6,r8,r6,ror#2 @ E+=K_00_19 110 add r5,r8,r5,ror#2 @ E+=K_00_19 119 add r5,r8,r5,ror#2 @ E+=K_00_19 135 add r4,r8,r4,ror#2 @ E+=K_00_19 144 add r4,r8,r4,ror#2 @ E+=K_00_19 160 add r3,r8,r3,ror#2 @ E+=K_00_19 169 add r3,r8,r3,ror#2 @ E+=K_00_19 [all …]
|
/third_party/boringssl/ios-arm/crypto/fipsmodule/ |
D | sha1-armv4-large.S | 61 add r7,r8,r7,ror#2 @ E+=K_00_19 70 add r7,r8,r7,ror#2 @ E+=K_00_19 86 add r6,r8,r6,ror#2 @ E+=K_00_19 95 add r6,r8,r6,ror#2 @ E+=K_00_19 111 add r5,r8,r5,ror#2 @ E+=K_00_19 120 add r5,r8,r5,ror#2 @ E+=K_00_19 136 add r4,r8,r4,ror#2 @ E+=K_00_19 145 add r4,r8,r4,ror#2 @ E+=K_00_19 161 add r3,r8,r3,ror#2 @ E+=K_00_19 170 add r3,r8,r3,ror#2 @ E+=K_00_19 [all …]
|