Searched refs:K_00_19 (Results 1 – 4 of 4) sorted by relevance
/external/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 | 123 #define K_00_19 0x5a827999UL macro 140 (f) = (xi) + (e) + K_00_19 + ROTATE((a), 5) + F_00_19((b), (c), (d)); \ 147 (f) += (e) + K_00_19 + ROTATE((a), 5) + F_00_19((b), (c), (d)); \ 353 #undef K_00_19
|
/external/boringssl/ios-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 …]
|
/external/boringssl/linux-arm/crypto/fipsmodule/ |
D | sha1-armv4-large.S | 59 add r7,r8,r7,ror#2 @ E+=K_00_19 68 add r7,r8,r7,ror#2 @ E+=K_00_19 84 add r6,r8,r6,ror#2 @ E+=K_00_19 93 add r6,r8,r6,ror#2 @ E+=K_00_19 109 add r5,r8,r5,ror#2 @ E+=K_00_19 118 add r5,r8,r5,ror#2 @ E+=K_00_19 134 add r4,r8,r4,ror#2 @ E+=K_00_19 143 add r4,r8,r4,ror#2 @ E+=K_00_19 159 add r3,r8,r3,ror#2 @ E+=K_00_19 168 add r3,r8,r3,ror#2 @ E+=K_00_19 [all …]
|