Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c76 typedef vector unsigned int vec_uint32_t; typedef
95 static const vec_uint32_t K_00_19_x_4 = {K_00_19, K_00_19, K_00_19, K_00_19};
96 static const vec_uint32_t K_20_39_x_4 = {K_20_39, K_20_39, K_20_39, K_20_39};
97 static const vec_uint32_t K_40_59_x_4 = {K_40_59, K_40_59, K_40_59, K_40_59};
98 static const vec_uint32_t K_60_79_x_4 = {K_60_79, K_60_79, K_60_79, K_60_79};
106 static vec_uint32_t sched_00_15(vec_uint32_t *pre_added, const void *data, in sched_00_15()
107 vec_uint32_t k) { in sched_00_15()
110 const vec_uint32_t v = (vec_uint32_t) unaligned_data; in sched_00_15()
111 const vec_uint32_t w = vec_perm(v, v, k_swap_endianness); in sched_00_15()
127 static vec_uint32_t sched_16_31(vec_uint32_t *pre_added, vec_uint32_t minus_4, in sched_16_31()
[all …]