| /Linux-v4.19/crypto/ |
| D | aegis128.c | 310 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()
|
| D | aegis256.c | 323 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()
|
| D | aegis128l.c | 373 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()
|
| D | morus1280.c | 385 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()
|
| D | morus640.c | 384 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/ |
| D | aegis128-aesni-glue.c | 48 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()
|
| D | aegis256-aesni-glue.c | 48 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()
|
| D | aegis128l-aesni-glue.c | 48 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()
|
| D | morus1280-sse2-glue.c | 35 asmlinkage void crypto_morus1280_sse2_final(void *state, void *tag_xor,
|
| D | morus640-sse2-glue.c | 35 asmlinkage void crypto_morus640_sse2_final(void *state, void *tag_xor,
|
| D | morus1280-avx2-glue.c | 35 asmlinkage void crypto_morus1280_avx2_final(void *state, void *tag_xor,
|
| D | morus640_glue.c | 141 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()
|
| D | morus1280_glue.c | 145 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/ |
| D | morus1280_glue.h | 38 void (*final)(void *state, void *tag_xor, u64 assoclen, u64 cryptlen);
|
| D | morus640_glue.h | 38 void (*final)(void *state, void *tag_xor, u64 assoclen, u64 cryptlen);
|