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

/linux-master/crypto/
H A Daegis-neon.h12 int crypto_aegis128_final_neon(void *state, void *tag_xor,
H A Daegis128-neon.c56 union aegis_block *tag_xor,
64 ret = crypto_aegis128_final_neon(state, tag_xor, assoclen, cryptlen,
55 crypto_aegis128_final_simd(struct aegis_state *state, union aegis_block *tag_xor, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize) argument
H A Daegis.h41 union aegis_block *tag_xor,
H A Daegis128-neon-inner.c317 int crypto_aegis128_final_neon(void *state, void *tag_xor, argument
337 v = vqtbl1q_u8(~vceqq_u8(v, vld1q_u8(tag_xor)),
343 vst1q_u8(tag_xor, v);
H A Daegis128-core.c345 union aegis_block *tag_xor,
363 crypto_aegis_block_xor(tag_xor, &state->blocks[i]);
344 crypto_aegis128_final(struct aegis_state *state, union aegis_block *tag_xor, u64 assoclen, u64 cryptlen) argument
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c44 void *state, void *tag_xor, unsigned int cryptlen,
166 struct aegis_block *tag_xor,
182 crypto_aegis128_aesni_final(&state, tag_xor, req->assoclen, cryptlen);
165 crypto_aegis128_aesni_crypt(struct aead_request *req, struct aegis_block *tag_xor, unsigned int cryptlen, const struct aegis_crypt_ops *ops) argument

Completed in 158 milliseconds