Home
last modified time | relevance | path

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

/crypto/
Daegis128-neon-inner.c68 w = vqtbl1q_u8(w, vld1q_u8(shift_rows)); in aegis_aes_round()
89 w ^= vqtbl1q_u8(v ^ w, vld1q_u8(ror32by8)); in aegis_aes_round()
181 static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b) in vqtbl1q_u8() function
253 m = vqtbl1q_u8(vld1q_u8(in + size - AEGIS_BLOCK_SIZE), in crypto_aegis128_encrypt_chunk_neon()
259 vqtbl1q_u8(m ^ s, vld1q_u8(permute + size))); in crypto_aegis128_encrypt_chunk_neon()
305 vqtbl1q_u8(m, vld1q_u8(permute + size))); in crypto_aegis128_decrypt_chunk_neon()
336 v = vqtbl1q_u8(~vceqq_u8(v, vld1q_u8(tag_xor)), in crypto_aegis128_final_neon()