Searched refs:permute (Results 1 – 1 of 1) sorted by relevance
216 static const uint8_t permute[] __aligned(64) = { variable255 vld1q_u8(permute + 32 - size)); in crypto_aegis128_encrypt_chunk_neon()260 vqtbl1q_u8(m ^ s, vld1q_u8(permute + size))); in crypto_aegis128_encrypt_chunk_neon()301 vld1q_u8(permute + 32 - size)); in crypto_aegis128_decrypt_chunk_neon()306 vqtbl1q_u8(m, vld1q_u8(permute + size))); in crypto_aegis128_decrypt_chunk_neon()338 vld1q_u8(permute + authsize)); in crypto_aegis128_final_neon()
Completed in 3 milliseconds