Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c91 #define K_40_59 0x8f1bbcdcUL macro
97 static const vec_uint32_t K_40_59_x_4 = {K_40_59, K_40_59, K_40_59, K_40_59};
352 #undef K_40_59
Dsha1.c131 #define K_40_59 0x8f1bbcdcUL macro
174 (f) += (e) + K_40_59 + ROTATE((a), 5) + F_40_59((b), (c), (d)); \
361 #undef K_40_59