Home
last modified time | relevance | path

Searched refs:K_60_79 (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c92 #define K_60_79 0xca62c1d6UL macro
98 static const vec_uint32_t K_60_79_x_4 = {K_60_79, K_60_79, K_60_79, K_60_79};
353 #undef K_60_79
Dsha1.c132 #define K_60_79 0xca62c1d6UL macro
181 (f) = (xa) + (e) + K_60_79 + ROTATE((a), 5) + F_60_79((b), (c), (d)); \
362 #undef K_60_79