vld1q_u8_x4        73 crypto/aegis128-neon-inner.c 		v = vqtbl4q_u8(vld1q_u8_x4(crypto_aes_sbox), w);
vld1q_u8_x4        74 crypto/aegis128-neon-inner.c 		v = vqtbx4q_u8(v, vld1q_u8_x4(crypto_aes_sbox + 0x40), w - 0x40);
vld1q_u8_x4        75 crypto/aegis128-neon-inner.c 		v = vqtbx4q_u8(v, vld1q_u8_x4(crypto_aes_sbox + 0x80), w - 0x80);
vld1q_u8_x4        76 crypto/aegis128-neon-inner.c 		v = vqtbx4q_u8(v, vld1q_u8_x4(crypto_aes_sbox + 0xc0), w - 0xc0);