Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Daegis128.c310 union aegis_block *tag_xor, in crypto_aegis128_final() argument
328 crypto_aegis_block_xor(tag_xor, &state->blocks[i]); in crypto_aegis128_final()
356 union aegis_block *tag_xor, in crypto_aegis128_crypt() argument
367 crypto_aegis128_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis128_crypt()
Daegis256.c323 union aegis_block *tag_xor, in crypto_aegis256_final() argument
341 crypto_aegis_block_xor(tag_xor, &state->blocks[i]); in crypto_aegis256_final()
371 union aegis_block *tag_xor, in crypto_aegis256_crypt() argument
382 crypto_aegis256_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis256_crypt()
Daegis128l.c373 union aegis_block *tag_xor, in crypto_aegis128l_final() argument
392 crypto_aegis_block_xor(tag_xor, &state->blocks[i]); in crypto_aegis128l_final()
420 union aegis_block *tag_xor, in crypto_aegis128l_crypt() argument
431 crypto_aegis128l_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis128l_crypt()
Dmorus1280.c385 struct morus1280_block *tag_xor, in crypto_morus1280_final() argument
405 crypto_morus1280_core(state, tag_xor); in crypto_morus1280_final()
436 struct morus1280_block *tag_xor, in crypto_morus1280_crypt() argument
447 crypto_morus1280_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_morus1280_crypt()
Dmorus640.c384 struct morus640_block *tag_xor, in crypto_morus640_final() argument
409 crypto_morus640_core(state, tag_xor); in crypto_morus640_final()
433 struct morus640_block *tag_xor, in crypto_morus640_crypt() argument
444 crypto_morus640_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_morus640_crypt()
/Linux-v4.19/arch/x86/crypto/
Daegis128-aesni-glue.c48 void *state, void *tag_xor, unsigned int cryptlen,
183 struct aegis_block *tag_xor, in crypto_aegis128_aesni_crypt() argument
196 crypto_aegis128_aesni_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis128_aesni_crypt()
Daegis256-aesni-glue.c48 void *state, void *tag_xor, unsigned int cryptlen,
183 struct aegis_block *tag_xor, in crypto_aegis256_aesni_crypt() argument
196 crypto_aegis256_aesni_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis256_aesni_crypt()
Daegis128l-aesni-glue.c48 void *state, void *tag_xor, unsigned int cryptlen,
183 struct aegis_block *tag_xor, in crypto_aegis128l_aesni_crypt() argument
196 crypto_aegis128l_aesni_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis128l_aesni_crypt()
Dmorus1280-sse2-glue.c35 asmlinkage void crypto_morus1280_sse2_final(void *state, void *tag_xor,
Dmorus640-sse2-glue.c35 asmlinkage void crypto_morus640_sse2_final(void *state, void *tag_xor,
Dmorus1280-avx2-glue.c35 asmlinkage void crypto_morus1280_avx2_final(void *state, void *tag_xor,
Dmorus640_glue.c141 struct morus640_block *tag_xor) in crypto_morus640_glue_crypt() argument
152 ctx->ops->final(&state, tag_xor, req->assoclen, cryptlen); in crypto_morus640_glue_crypt()
Dmorus1280_glue.c145 struct morus1280_block *tag_xor) in crypto_morus1280_glue_crypt() argument
156 ctx->ops->final(&state, tag_xor, req->assoclen, cryptlen); in crypto_morus1280_glue_crypt()
/Linux-v4.19/include/crypto/
Dmorus1280_glue.h38 void (*final)(void *state, void *tag_xor, u64 assoclen, u64 cryptlen);
Dmorus640_glue.h38 void (*final)(void *state, void *tag_xor, u64 assoclen, u64 cryptlen);