Home
last modified time | relevance | path

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

/linux-5.19.10/lib/raid6/
Drecov_neon_inner.c15 static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b) in vqtbl1q_u8() function
56 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_2data_recov_neon()
57 vy = vqtbl1q_u8(qm1, vy); in __raid6_2data_recov_neon()
61 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon()
62 vy = vqtbl1q_u8(pm1, vy); in __raid6_2data_recov_neon()
97 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_datap_recov_neon()
98 vy = vqtbl1q_u8(qm1, vy); in __raid6_datap_recov_neon()
/linux-5.19.10/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()