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 | 129 #define K_00_19 0x5a827999UL macro 146 (f) = (xi) + (e) + K_00_19 + ROTATE((a), 5) + F_00_19((b), (c), (d)); \ 153 (f) += (e) + K_00_19 + ROTATE((a), 5) + F_00_19((b), (c), (d)); \ 359 #undef K_00_19
|
/external/boringssl/linux-arm/crypto/fipsmodule/ |
D | sha1-armv4-large.S | 46 add r7,r8,r7,ror#2 @ E+=K_00_19 55 add r7,r8,r7,ror#2 @ E+=K_00_19 71 add r6,r8,r6,ror#2 @ E+=K_00_19 80 add r6,r8,r6,ror#2 @ E+=K_00_19 96 add r5,r8,r5,ror#2 @ E+=K_00_19 105 add r5,r8,r5,ror#2 @ E+=K_00_19 121 add r4,r8,r4,ror#2 @ E+=K_00_19 130 add r4,r8,r4,ror#2 @ E+=K_00_19 146 add r3,r8,r3,ror#2 @ E+=K_00_19 155 add r3,r8,r3,ror#2 @ E+=K_00_19 [all …]
|
/external/boringssl/ios-arm/crypto/fipsmodule/ |
D | sha1-armv4-large.S | 47 add r7,r8,r7,ror#2 @ E+=K_00_19 56 add r7,r8,r7,ror#2 @ E+=K_00_19 72 add r6,r8,r6,ror#2 @ E+=K_00_19 81 add r6,r8,r6,ror#2 @ E+=K_00_19 97 add r5,r8,r5,ror#2 @ E+=K_00_19 106 add r5,r8,r5,ror#2 @ E+=K_00_19 122 add r4,r8,r4,ror#2 @ E+=K_00_19 131 add r4,r8,r4,ror#2 @ E+=K_00_19 147 add r3,r8,r3,ror#2 @ E+=K_00_19 156 add r3,r8,r3,ror#2 @ E+=K_00_19 [all …]
|