Searched refs:aegis_aes_round (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Daegis128-neon-inner.c52 uint8x16_t aegis_aes_round(uint8x16_t w) function
110 m ^= aegis_aes_round(st.v[4]);
111 st.v[4] ^= aegis_aes_round(st.v[3]);
112 st.v[3] ^= aegis_aes_round(st.v[2]);
113 st.v[2] ^= aegis_aes_round(st.v[1]);
114 st.v[1] ^= aegis_aes_round(st.v[0]);

Completed in 95 milliseconds